CompensationHistogramResult constructor

CompensationHistogramResult({
  1. NumericBucketingResult? result,
  2. String? type,
})

Implementation

CompensationHistogramResult({
  this.result,
  this.type,
});