WeatherForecast constructor

WeatherForecast({
  1. List<Forecastday>? forecastday,
})

Implementation

WeatherForecast({
  this.forecastday,
});