ColumnMeta constructor

ColumnMeta({
  1. required String label,
  2. int typeId = 0,
})

Implementation

ColumnMeta({required this.label, this.typeId = 0});