weatherOtherMap top-level property

Map<String, String> weatherOtherMap
getter/setter pair

Implementation

Map<String, String> weatherOtherMap = {
  'PO': 'sand whirls',
  'SQ': 'squalls',
  'FC': 'funnel cloud',
  'SS': 'sandstorm',
  'DS': 'dust storm',
  'NSW': 'nil significant weather',
};