PrimaryKeyColumn constructor

PrimaryKeyColumn(
  1. String? name, {
  2. bool autoIncrement = false,
  3. OrderingMode? mode,
  4. ConflictClause? onConflict,
})

Implementation

PrimaryKeyColumn(super.name,
    {this.autoIncrement = false, this.mode, this.onConflict});