Map<String, dynamic> toJson() => { "city": city, "lunar": lunar, "festival": festival, "pm25": pm25, "temp": temp, "weatherId": weatherId, };