TextColumn constructor

const TextColumn(
  1. String? name, {
  2. bool isNullable = false,
  3. bool isGuarded = false,
})

Implementation

const TextColumn(super.name, {super.isNullable, super.isGuarded});