GroupBy constructor

GroupBy()

Implementation

GroupBy() {
  this.options = new Map<String, dynamic>();
  this.param = new Parameters();
}