bucketValues property

List<double> bucketValues

Access the values in the buckets of a histogram with labels.

Implementation

List<double> get bucketValues => List.of(_bucketValues);