CurrentWeather.fromJson(Map<String, dynamic> json) { temperature = json['temperature']; weathercode = json['weathercode']; }