weatherPrecipitationMap top-level property

Map<String, String> weatherPrecipitationMap
getter/setter pair

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',
  '//': '',
};