BucketRange constructor

BucketRange({
  1. double? from,
  2. double? to,
})

Implementation

BucketRange({this.from, this.to});