HealthRecommendations class

Health recommendations for different population groups in a free text format.

The recommendations are derived from their associated air quality conditions.

Constructors

HealthRecommendations({String? athletes, String? children, String? elderly, String? generalPopulation, String? heartDiseasePopulation, String? lungDiseasePopulation, String? pregnantWomen})
HealthRecommendations.fromJson(Map json_)

Properties

athletes String?
Sports and other strenuous outdoor activities.
getter/setter pair
children String?
Younger populations including children, toddlers, and babies.
getter/setter pair
elderly String?
Retirees and people older than the general population.
getter/setter pair
generalPopulation String?
No specific sensitivities.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heartDiseasePopulation String?
Heart and circulatory system diseases.
getter/setter pair
lungDiseasePopulation String?
Respiratory related problems and asthma suffers.
getter/setter pair
pregnantWomen String?
Women at all stages of pregnancy.
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