states property

List<String> states
getter/setter pair

Implementation

static List<String> states = <String>[
  'Phnom Penh',
  'Kandal',
  'Takeo',
  'Kampot',
  'Sihanoukville',
  'Kep',
  'Koh Kong',
  'Kampong Cham',
  'Prey Veng',
  'Svay Rieng',
];