TextColumn constructor

const TextColumn(
  1. String name, {
  2. bool nullable = false,
  3. String? defaultValue,
  4. bool unique = false,
})

Implementation

const TextColumn(super.name, {this.nullable = false, this.defaultValue, this.unique = false});