groupSelectedRows property Null safety

List<bool> groupSelectedRows

Implementation

List<bool> get groupSelectedRows => _groupSelectedRows;
void groupSelectedRows=(List<bool> _)

Implementation

set groupSelectedRows(List<bool> _) {
  this._groupSelectedRows = _;
  notifyListeners();
}