HourInfo constructor
HourInfo({
- String? dateTime,
- HealthRecommendations? healthRecommendations,
- List<
AirQualityIndex> ? indexes, - List<
Pollutant> ? pollutants,
Implementation
HourInfo({
this.dateTime,
this.healthRecommendations,
this.indexes,
this.pollutants,
});