ForecastResult constructor
ForecastResult({
- String? meanValue,
- String? predictionIntervalLowerBound,
- String? predictionIntervalUpperBound,
- DateInterval? timePeriod,
Implementation
ForecastResult({
this.meanValue,
this.predictionIntervalLowerBound,
this.predictionIntervalUpperBound,
this.timePeriod,
});