ColumnInfo constructor

const ColumnInfo({
  1. String? name,
  2. DataType? type,
})

Implementation

const ColumnInfo({this.name, this.type});