Weather constructor
Weather()
Creates a Weather object
Implementation
Weather(
this.coord,
this.details,
this.temperature,
this.visibility,
this.wind,
this.clouds,
this.rain,
this.snow,
this.dt,
this.timezone,
this.sunrise,
this.sunset,
this.id,
this.name,
);