LookupCurrentConditionsResponse constructor

LookupCurrentConditionsResponse({
  1. String? dateTime,
  2. HealthRecommendations? healthRecommendations,
  3. List<AirQualityIndex>? indexes,
  4. List<Pollutant>? pollutants,
  5. String? regionCode,
})

Implementation

LookupCurrentConditionsResponse({
  this.dateTime,
  this.healthRecommendations,
  this.indexes,
  this.pollutants,
  this.regionCode,
});