PlantDescription class
Contains general information about plants, including details on their seasonality, special shapes and colors, information about allergic cross-reactions, and plant photos.
Constructors
Properties
- crossReaction ↔ String?
-
Textual description of pollen cross reaction plants.
getter/setter pair
- family ↔ String?
-
A human readable representation of the plant family name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- picture ↔ String?
-
Link to the picture of the plant.
getter/setter pair
- pictureCloseup ↔ String?
-
Link to a closeup picture of the plant.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- season ↔ String?
-
Textual list of explanations of seasons where the pollen is active.
getter/setter pair
- specialColors ↔ String?
-
Textual description of the plants' colors of leaves, bark, flowers or
seeds that helps identify the plant.
getter/setter pair
- specialShapes ↔ String?
-
Textual description of the plants' shapes of leaves, bark, flowers or
seeds that helps identify the plant.
getter/setter pair
- type ↔ String?
-
The plant's pollen type.
getter/setter pair
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