DailyWeather constructor
DailyWeather(
- List? time,
- List? weathercode,
- List? et0_fao_evapotranspiration,
- List? windgusts_10m_max,
- List? winddirection_10m_dominant,
- List? temperature_2m_min,
- List? temperature_2m_max,
- List? sunset,
- List? sunrise,
- List? snowfall_sum,
- List? showers_sum,
- List? shortwave_radiation_sum,
- List? rain_sum,
- List? precipitation_sum,
- List? precipitation_hours,
- List? apparent_temperature_min,
- List? apparent_temperature_max,
- List? windspeed_10m_max,
Implementation
DailyWeather(this.time,
this.weathercode,
this.et0_fao_evapotranspiration,
this.windgusts_10m_max,
this.winddirection_10m_dominant,
this.temperature_2m_min,
this.temperature_2m_max,
this.sunset,
this.sunrise,
this.snowfall_sum,
this.showers_sum,
this.shortwave_radiation_sum,
this.rain_sum,
this.precipitation_sum,
this.precipitation_hours,
this.apparent_temperature_min,
this.apparent_temperature_max,
this.windspeed_10m_max);