states property

List<String> states
getter/setter pair

Implementation

static List<String> states = <String>[
  "Groningen",
  "Friesland",
  "Drenthe",
  "Overijssel",
  "Flevoland",
  "Gelderland",
  "Utrecht",
  "North Holland",
  "South Holland",
  "Zeeland",
  "North Brabant",
  "Limburg",
];