areas property

Map<String, String> areas
getter/setter pair

representation on aerial entities

Implementation

Map<String, String> areas = {
  'Area-Hall': '_ _ _ _ _ _ _ _ _ _ ',
  'A-Warehouse': '_ _ _ _ _ _ _ _ _ _ ',
  'A-Factory': '_ _ _ _ _ _ _ _ _ _ ',
  'pipe Storage': '_ _ _ _ _ _ _ _ _ _ ',
  'Car-Park': '_ _ _ _ _ _ _ _ _ _ ',
  'Garden': '_ _ _ _ _ _ _ _ _ _ ',
  'Yard': '_ _ _ _ _ _ _ _ _ _ ',
  'Electric-center': '_ _ _ _ _ _ _ _ _ _ '
};