AggregationResult constructor

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

Implementation

AggregationResult({
  this.aggregateProperties,
});