ArrayColumn constructor

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

Implementation

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