ColumnInfo constructor

const ColumnInfo({
  1. String? name,
  2. bool primaryKey = false,
  3. bool? autoIncrement,
})

Implementation

const ColumnInfo({this.name, this.primaryKey = false, this.autoIncrement});