BoolColumn constructor

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

Implementation

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