DayInfo class
This object contains the daily forecast information for each day requested.
Constructors
-
DayInfo({Date? date, List<
PlantInfo> ? plantInfo, List<PollenTypeInfo> ? pollenTypeInfo}) - DayInfo.fromJson(Map json_)
Properties
- date ↔ Date?
-
The date in UTC at which the pollen forecast data is represented.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
plantInfo
↔ List<
PlantInfo> ? -
This list will include (up to) 15 pollen species affecting the location
specified in the request.
getter/setter pair
-
pollenTypeInfo
↔ List<
PollenTypeInfo> ? -
This list will include (up to) three pollen types (grass, weed, tree)
affecting the location specified in the request.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited