$Exponential constructor

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

Implementation

$Exponential({
  this.growthFactor,
  this.numFiniteBuckets,
  this.scale,
});