states property

List<String> states
getter/setter pair

Implementation

static List<String> states = <String>[
  'CuraƧao',
  'Bonaire',
  'Aruba',
  'Sint Maarten',
  'Sint Eustatius',
  'Saba',
  'Netherlands Antilles',
];