DailyWeather constructor
DailyWeather()
Creates a DailyWeather object
Implementation
DailyWeather(
this.dt,
this.sunrise,
this.sunset,
this.temperature,
this.feelsLike,
this.pressure,
this.humidity,
this.dewPoint,
this.wind,
this.details,
this.clouds,
this.pop,
this.rain,
this.snow,
this.uvi,
);