ForecastResult class
The forecast created for your query.
Constructors
- ForecastResult({String? meanValue, String? predictionIntervalLowerBound, String? predictionIntervalUpperBound, DateInterval? timePeriod})
-
ForecastResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- meanValue → String?
-
The mean value of the forecast.
final
- predictionIntervalLowerBound → String?
-
The lower limit for the prediction interval.
final
- predictionIntervalUpperBound → String?
-
The upper limit for the prediction interval.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timePeriod → DateInterval?
-
The period of time that the forecast covers.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited