ExplicitBuckets constructor

ExplicitBuckets({
  1. List<double>? bounds,
})

Implementation

ExplicitBuckets({
  this.bounds,
});