WindowsBasedSli constructor

WindowsBasedSli({
  1. String? goodBadMetricFilter,
  2. PerformanceThreshold? goodTotalRatioThreshold,
  3. MetricRange? metricMeanInRange,
  4. MetricRange? metricSumInRange,
  5. String? windowPeriod,
})

Implementation

WindowsBasedSli({
  this.goodBadMetricFilter,
  this.goodTotalRatioThreshold,
  this.metricMeanInRange,
  this.metricSumInRange,
  this.windowPeriod,
});