ErrorMetric constructor

ErrorMetric({
  1. String? forecastType,
  2. double? rmse,
  3. double? wape,
})

Implementation

ErrorMetric({
  this.forecastType,
  this.rmse,
  this.wape,
});