weatherPrecipitationMap top-level property
Implementation
Map<String, String> weatherPrecipitationMap = {
'DZ': 'drizzle',
'RA': 'rain',
'SN': 'snow',
'SG': 'snow grains',
'IC': 'ice crystals',
'PL': 'ice pellets',
'GR': 'hail',
'GS': 'snow pellets',
'UP': 'unknown precipitation',
'//': '',
};