PlantInfo class
This object contains the daily information on specific plant.
Constructors
- PlantInfo({String? code, String? displayName, bool? inSeason, IndexInfo? indexInfo, PlantDescription? plantDescription})
- PlantInfo.fromJson(Map json_)
Properties
- code ↔ String?
-
The plant code name.
getter/setter pair
- displayName ↔ String?
-
A human readable representation of the plant name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexInfo ↔ IndexInfo?
-
This object contains data representing specific pollen index value,
category and description.
getter/setter pair
- inSeason ↔ bool?
-
Indication of either the plant is in season or not.
getter/setter pair
- plantDescription ↔ PlantDescription?
-
Contains general information about plants, including details on their
seasonality, special shapes and colors, information about allergic
cross-reactions, and plant photos.
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