bucketValues property Null safety
Access the values in the buckets of a histogram with labels.
Implementation
List<double> get bucketValues => List.of(_bucketValues);
Access the values in the buckets of a histogram with labels.
List<double> get bucketValues => List.of(_bucketValues);