batWorld top-level property

Map<String, String> batWorld
getter/setter pair

PLAN: autoRunMap

Implementation

Map<String, String> batWorld = {
  'Home': 'Bat cave',
  'Car': 'BatMobile',
  'Work': 'Gotham City',
  'Hometownn': 'Gotham City',
  'Enemy': 'joker',
  'Boy': 'Robin',
  'Partner': 'Police',
  'Obey': 'law',
  'Prevent': 'crime',
};