NumericBucketingOption constructor

NumericBucketingOption({
  1. List<double>? bucketBounds,
  2. bool? requiresMinMax,
})

Implementation

NumericBucketingOption({
  this.bucketBounds,
  this.requiresMinMax,
});