programAreas property

Map<String, String> programAreas
getter/setter pair

Implementation

Map<String, String> programAreas = {
  'Web': '_ _ _ _ _ _ _ _ _ _ ',
  'Server': '_ _ _ _ _ _ _ _ _ _ ',
  'Isolate': '_ _ _ _ _ _ _ _ _ _ ',
  'Async': '_ _ _ _ _ _ _ _ _ _ ',
  'HTTP': '_ _ _ _ _ _ _ _ _ _ ',
  'Mongo': '_ _ _ _ _ _ _ _ _ _ ',
};