BucketOptions constructor

BucketOptions({
  1. Explicit? explicitBuckets,
  2. Exponential? exponentialBuckets,
  3. Linear? linearBuckets,
})

Implementation

BucketOptions({
  this.explicitBuckets,
  this.exponentialBuckets,
  this.linearBuckets,
});