ColumnInfo constructor

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

Implementation

const ColumnInfo({required this.name});