states property

List<String> states
getter/setter pair

Implementation

static List<String> states = <String>[
  "Blekinge County",
  "Dalarna County",
  "Gotland County",
  "Gävleborg County",
  "Halland County",
  "Jämtland County",
  "Jönköping County",
  "Kalmar County",
  "Kronoberg County",
  "Norrbotten County",
  "Örebro County",
  "Östergötland County",
  "Skåne County",
  "Södermanland County",
  "Stockholm County",
  "Uppsala County",
  "Värmland County",
  "Västerbotten County",
  "Västernorrland County",
  "Västmanland County",
  "Västra Götaland County",
  "Östergötland County",
];