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