CLCmdWeatherData constructor
CLCmdWeatherData({})
Implementation
CLCmdWeatherData(
{required this.month,
required this.day,
required this.type,
required this.temperature_low,
required this.temperature_high,
required this.aqi});