RecordsQueryGroupBy constructor

RecordsQueryGroupBy({
  1. int? fieldId,
  2. String? grouping,
})

Implementation

RecordsQueryGroupBy({
  this.fieldId, this.grouping
});