TodayWeatherBean constructor
TodayWeatherBean({})
Implementation
TodayWeatherBean({
required this.city,
required this.lunar,
required this.festival,
required this.pm25,
required this.temp,
required this.weatherId,
});