groupBy property

int groupBy

Implementation

int get groupBy => _groupBy;
void groupBy=(int value)

Implementation

set groupBy(int value) {
  _groupBy = value;
  notifyListeners();
}