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

Implementation

WeatherType? weatherType;