GenericColumn constructor

const GenericColumn(
  1. String name,
  2. DataType dataType, {
  3. bool nullable = false,
  4. bool unique = false,
})

Implementation

const GenericColumn(super.name, this.dataType, {this.nullable = false, this.unique = false});