list top-level property

List<String> list
getter/setter pair

Implementation

List<String> list = [
  "Production",
  "Staging",
];