PollenTypeInfo class
This object contains the pollen type index and health recommendation information on specific pollen type.
Constructors
- 
          PollenTypeInfo({String? code, String? displayName, List<
String> ? healthRecommendations, bool? inSeason, IndexInfo? indexInfo}) - PollenTypeInfo.fromJson(Map json_)
 
Properties
- code ↔ String?
 - 
  The pollen type's code name.
  getter/setter pair
 - displayName ↔ String?
 - 
  A human readable representation of the pollen type name.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  healthRecommendations
  ↔ List<
String> ? - 
  Textual list of explanations, related to health insights based on the
current pollen levels.
  getter/setter pair
 - indexInfo ↔ IndexInfo?
 - 
  Contains the Universal Pollen Index (UPI) data for the pollen type.
  getter/setter pair
 - inSeason ↔ bool?
 - 
  Indication whether the plant is in season or not.
  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