AggregateCriteria constructor

const AggregateCriteria({
  1. required String fieldName,
  2. required Aggregations aggregation,
})

Implementation

const AggregateCriteria({
  required this.fieldName,
  required this.aggregation,
});