Creates a Weather from JSON
factory Weather.fromJson(Map<String, dynamic> json) => _$WeatherFromJson(json);