Factory method to create a WeatherData object from a JSON map
factory WeatherData.fromJson(Map<String, dynamic> json) => _$WeatherDataFromJson(json);