Aggregation constructor
Aggregation({
- AggregationCount? count,
- String? field,
- AggregationFrequency? frequency,
- AggregationHistogram? histogram,
- AggregationSum? sum,
Implementation
Aggregation({
this.count,
this.field,
this.frequency,
this.histogram,
this.sum,
});