BucketOptions constructor
BucketOptions({
- Explicit? explicitBuckets,
- Exponential? exponentialBuckets,
- Linear? linearBuckets,
Implementation
BucketOptions({
this.explicitBuckets,
this.exponentialBuckets,
this.linearBuckets,
});