ObjectColumn constructor

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

Implementation

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