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