AggregateQuery constructor

AggregateQuery({
  1. required AggregateType type,
  2. String? field,
})

Implementation

AggregateQuery({
  required this.type,
  this.field,
});