states property

List<String> states
getter/setter pair

Implementation

static List<String> states = <String>[
  "Attica",
  "Central Macedonia",
  "Thessaly",
  "Central Greece",
  "Peloponnese",
  "West Greece",
  "East Macedonia and Thrace",
  "Crete",
  "Ionian Islands",
  "North Aegean",
  "South Aegean",
  "Epirus",
  "West Macedonia",
  "Thrace",
];