LookupForecastResponse constructor

LookupForecastResponse({
  1. List<DayInfo>? dailyInfo,
  2. String? nextPageToken,
  3. String? regionCode,
})

Implementation

LookupForecastResponse({
  this.dailyInfo,
  this.nextPageToken,
  this.regionCode,
});