ColumnType constructor

const ColumnType(
  1. String name, {
  2. bool hasLength = false,
  3. bool hasPrecision = false,
  4. bool hasScale = false,
  5. bool hasTimezone = false,
})

Implementation

const ColumnType(this.name,
    {this.hasLength = false,
    this.hasPrecision = false,
    this.hasScale = false,
    this.hasTimezone = false});