AggregationQuery constructor

AggregationQuery({
  1. List<Aggregation>? aggregations,
  2. Query? nestedQuery,
})

Implementation

AggregationQuery({
  this.aggregations,
  this.nestedQuery,
});