officeCities property

Map<String, String> officeCities
getter/setter pair

Nice little towns from civilized world.

Implementation

Map<String, String> officeCities = {
  'Tampere Office': '_ _ _ _ _ _ _ _ _ _ ',
  'Helsinki Warehouse': '_ _ _ _ _ _ _ _ _ _ ',
  'Oulu Main': '_ _ _ _ _ _ _ _ _ _ ',
  'Rovaniemi Office': '_ _ _ _ _ _ _ _ _ _ ',
  'Berlin Office': '_ _ _ _ _ _ _ _ _ _ ',
  'London Office': '_ _ _ _ _ _ _ _ _ _ '
};