LookupForecastRequest constructor

LookupForecastRequest({
  1. List<CustomLocalAqi>? customLocalAqis,
  2. String? dateTime,
  3. List<String>? extraComputations,
  4. String? languageCode,
  5. LatLng? location,
  6. int? pageSize,
  7. String? pageToken,
  8. Interval? period,
  9. String? uaqiColorPalette,
  10. bool? universalAqi,
})

Implementation

LookupForecastRequest({
  this.customLocalAqis,
  this.dateTime,
  this.extraComputations,
  this.languageCode,
  this.location,
  this.pageSize,
  this.pageToken,
  this.period,
  this.uaqiColorPalette,
  this.universalAqi,
});