Collate constructor

const Collate(
  1. String name
)

Create a collation from the name to use in sql.

Implementation

const Collate(this.name);