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