groupSelectedRows property Null safety
Implementation
List<bool> get groupSelectedRows => _groupSelectedRows;
Implementation
set groupSelectedRows(List<bool> _) {
this._groupSelectedRows = _;
notifyListeners();
}
List<bool> get groupSelectedRows => _groupSelectedRows;
set groupSelectedRows(List<bool> _) {
this._groupSelectedRows = _;
notifyListeners();
}