ExponentialBuckets constructor

ExponentialBuckets({
  1. double? growthFactor,
  2. int? numFiniteBuckets,
  3. double? scale,
})

Implementation

ExponentialBuckets({this.growthFactor, this.numFiniteBuckets, this.scale});