StepAdjustment constructor

StepAdjustment({
  1. required int scalingAdjustment,
  2. double? metricIntervalLowerBound,
  3. double? metricIntervalUpperBound,
})

Implementation

StepAdjustment({
  required this.scalingAdjustment,
  this.metricIntervalLowerBound,
  this.metricIntervalUpperBound,
});