factory WeatherChangeBean.fromJson(Map<String, dynamic> json) => WeatherChangeBean( type: json["type"], tempUnit: json["tempUnit"] ?? -1, );