AggregationResult constructor

AggregationResult({
  1. Map<String, Value>? aggregateFields,
})

Implementation

AggregationResult({
  this.aggregateFields,
});