BucketizedCount constructor

BucketizedCount({
  1. int? count,
  2. BucketRange? range,
})

Implementation

BucketizedCount({this.count, this.range});