states property

List<String> states
getter/setter pair

Implementation

static List<String> states = <String>[
  "Central Province",
  "Chimbu Province",
  "East New Britain Province",
  "Eastern Highlands Province",
  "Enga Province",
  "Gulf Province",
  "Hela Province",
  "Jiwaka Province",
  "Madang Province",
  "Manus Province",
  "Milne Bay Province",
  "Morobe Province",
  "National Capital District",
  "New Ireland Province",
  "Oro Province",
  "Sandaun Province",
  "Simbu Province",
  "Southern Highlands Province",
  "West New Britain Province",
  "Western Province",
  "Western Highlands Province",
  "Bougainville Autonomous Region"
];