LookupForecastResponse constructor
LookupForecastResponse({
- List<
HourlyForecast> ? hourlyForecasts, - String? nextPageToken,
- String? regionCode,
Implementation
LookupForecastResponse({
this.hourlyForecasts,
this.nextPageToken,
this.regionCode,
});