weatherType property

WeatherType? weatherType
getter/setter pair

The enum for identifying what the weather condition is. The main description parameter provides one suitable for display, so this is primarily provided to aid in implementing conditional logic dependent on the weather, for example, a dynamic background. It is based on the ID and icon string sent by OpenWeather for a specific request. I recommend you use this isntead of weatherID or iconID

Implementation

WeatherType? weatherType;