CompensationHistogramResult constructor
CompensationHistogramResult({
- NumericBucketingResult? result,
- String? type,
Implementation
CompensationHistogramResult({
this.result,
this.type,
});