ColumnGroup constructor

ColumnGroup({
  1. required String name,
  2. required bool sortGroupRows,
})

Implementation

ColumnGroup({required this.name, required this.sortGroupRows});