ColumnInfo constructor

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

Implementation

const ColumnInfo({this.name});