ForecastDayData class
A class to represent forecast day data.
Constructors
Properties
- astro → AstroData
-
Getter for astro data.
no setter
- date → String?
-
Getter for forecast date.
no setter
- dateEpoch → int?
-
Getter for forecast date as UNIX time.
no setter
- day → DayData
-
Getter for day data.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hour
→ List<
HourData> -
Getter for hour data list.
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