AggregationResultCount constructor

AggregationResultCount({
  1. String? value,
})

Implementation

AggregationResultCount({
  this.value,
});