AggregationQuery constructor
AggregationQuery({
- List<
Aggregation> ? aggregations, - Query? nestedQuery,
Implementation
AggregationQuery({this.aggregations, this.nestedQuery});