DoubleColumn constructor

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

Implementation

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