precipType property

String? precipType
getter/setter pair

optional The type of precipitation occurring at the given time. If defined, this property will have one of the following values:

"rain", "snow", or "sleet" (which refers to each of freezing rain, 
ice pellets, and “wintery mix”). 

(If precipIntensity is zero, then this property will not be defined.)

Implementation

String? precipType;