IndexInfo class
This object contains data representing specific pollen index value, category and description.
Constructors
Properties
- category ↔ String?
-
Text classification of index numerical score interpretation.
getter/setter pair
- code ↔ String?
-
The index's code.
getter/setter pair
- color ↔ Color?
-
The color used to represent the Pollen Index numeric score.
getter/setter pair
- displayName ↔ String?
-
A human readable representation of the index name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexDescription ↔ String?
-
Textual explanation of current index level.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ int?
-
The index's numeric score.
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