Column<T> constructor

const Column<T>(
  1. String? name, {
  2. bool isNullable = false,
  3. bool isGuarded = false,
})

Implementation

const Column(this.name, {this.isNullable = false, this.isGuarded = false});