StructuredAggregationQuery_Aggregation constructor

Implementation

StructuredAggregationQuery_Aggregation({
  this.count,
  this.sum,
  this.avg,
  this.alias = '',
}) : super(fullyQualifiedName);