weatherObscurationMap top-level property

Map<String, String> weatherObscurationMap
getter/setter pair

Implementation

Map<String, String> weatherObscurationMap = {
  'BR': 'mist',
  'FG': 'fog',
  'FU': 'smoke',
  'VA': 'volcanic ash',
  'DU': 'dust',
  'SA': 'sand',
  'HZ': 'haze',
  'PY': 'spray',
};