Forecast constructor
Forecast({})
Implementation
Forecast({required this.latitude,
required this.longitude,
this.timezone,
this.daily,
this.current_weather,
this.hourly,
this.end_date,
this.past_days,
this.precipitation_unit,
this.start_date,
this.temperature_unit,
this.timeformat,
this.windspeed_unit});