weatherDescriptionMap top-level property

Map<String, String> weatherDescriptionMap
getter/setter pair

Implementation

Map<String, String> weatherDescriptionMap = {
  'MI': 'shallow',
  'PR': 'partial',
  'BC': 'patches of',
  'DR': 'low drifting',
  'BL': 'blowing',
  'SH': 'showers',
  'TS': 'thunderstorm',
  'FZ': 'freezing',
};