AggregationResultHistogram constructor

AggregationResultHistogram({
  1. List<AggregationResultHistogramBucket>? buckets,
})

Implementation

AggregationResultHistogram({
  this.buckets,
});