states property

List<String> states
getter/setter pair

Implementation

static List<String> states = <String>[
  "Uusimaa",
  "Southwest Finland",
  "Pirkanmaa",
  "Kymenlaakso",
  "Satakunta",
  "Ostrobothnia",
  "North Karelia",
  "Lapland",
  "Ă…land",
  "Central Finland",
  "South Karelia",
  "North Ostrobothnia",
  "Southern Savonia",
  "Northern Savonia",
  "Kainuu"
];