ForecastOptions constructor

ForecastOptions({
  1. String? forecastHorizon,
})

Implementation

ForecastOptions({
  this.forecastHorizon,
});