Weather constructor
Weather({
- int? airData,
- String? airQuality,
- String? city,
- String? date,
- int? dateLong,
- String? dateForVoice,
- WeatherExp? exp,
- String? humidity,
- String? img,
- String? lastUpdateTime,
- String? pm25,
- String? precipitation,
- int? temp,
- String? tempHigh,
- String? tempLow,
- String? tempRange,
- String? tempReal,
- String? warning,
- String? weather,
- String? weatherDescription,
- String? weatherDescription3,
- String? weatherDescription7,
- int? weatherType,
- String? week,
- String? wind,
- int? windLevel,
Implementation
Weather({
this.airData,
this.airQuality,
this.city,
this.date,
this.dateLong,
this.dateForVoice,
this.exp,
this.humidity,
this.img,
this.lastUpdateTime,
this.pm25,
this.precipitation,
this.temp,
this.tempHigh,
this.tempLow,
this.tempRange,
this.tempReal,
this.warning,
this.weather,
this.weatherDescription,
this.weatherDescription3,
this.weatherDescription7,
this.weatherType,
this.week,
this.wind,
this.windLevel,
});