Histogram constructor
const
Histogram(
- List<
HistogramBucket> buckets
Creates a histogram from an ordered list of buckets.
Implementation
const Histogram(this.buckets);
Creates a histogram from an ordered list of buckets.
const Histogram(this.buckets);