states property

List<String> states
getter/setter pair

Implementation

static List<String> states = <String>[
  "Central Province",
  "Eastern Province",
  "North Central Province",
  "Northern Province",
  "North Western Province",
  "Sabaragamuwa Province",
  "Southern Province",
  "Uva Province",
  "Western Province"
];