groupRows property Null safety

List<DataTableRow> groupRows

Implementation

List<DataTableRow> get groupRows => _groupRows;
void groupRows=(List<DataTableRow> _)

Implementation

set groupRows(List<DataTableRow> _) {
  this._groupRows = _;
  notifyListeners();
}