cities property

List<String> cities
getter/setter pair

Implementation

static List<String> cities = [
  "Attapeu",
  "Sanxay",
  "Ban Khamo"
];