Aggregation constructor

Aggregation({
  1. String? alignmentPeriod,
  2. String? crossSeriesReducer,
  3. List<String>? groupByFields,
  4. String? perSeriesAligner,
})

Implementation

Aggregation({
  this.alignmentPeriod,
  this.crossSeriesReducer,
  this.groupByFields,
  this.perSeriesAligner,
});