aggregateFields property
The result of the aggregation functions, ex: COUNT(*) AS total_docs
.
The key is the
google.firestore.v1.StructuredAggregationQuery.Aggregation.alias
assigned to the aggregation function on input and the size of this map
equals the number of aggregation functions in the query.
Implementation
@$pb.TagNumber(2)
$core.Map<$core.String, $0.Value> get aggregateFields => $_getMap(0);