AggregationInfo constructor

AggregationInfo({
  1. int? aggregationCount,
  2. String? aggregationInterval,
  3. String? aggregationLevel,
})

Implementation

AggregationInfo({
  this.aggregationCount,
  this.aggregationInterval,
  this.aggregationLevel,
});