ForecastInDate class
A forecast data in a day
Constructors
- ForecastInDate(DateTime forecastDate, Temperature minTemp, Temperature maxTemp, Humidity minHumid, Humidity maxHumid, WeatherExpression expression, [String? detail = null])
- Create new forecast data in one of the days
Properties
- detail → String?
-
Forecast detail
no setter
- expression → WeatherExpression
-
Weather expression
no setter
- forecastDate → DateTime
-
Get forecast date
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
jsonObj
→ Map<
String, dynamic> -
Export as JSON object
no setter
- maxHumid → Humidity
-
Maximum humidity
no setter
- maxTemp → Temperature
-
Maximum temperature
no setter
- minHumid → Humidity
-
Minimum humidity
no setter
- minTemp → Temperature
-
Minimum temperature
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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