ForecastStatistics constructor

ForecastStatistics({
  1. int? faultCountHigh,
  2. int? faultCountLow,
})

Implementation

ForecastStatistics({
  this.faultCountHigh,
  this.faultCountLow,
});