BucketizedCount constructor
BucketizedCount({
- int? count,
- BucketRange? range,
Implementation
BucketizedCount({
this.count,
this.range,
});
BucketizedCount({
this.count,
this.range,
});