names constant

List<String> const names

Implementation

static const List<String> names = [
  "Sandra", "Charlie", "Johnson", "Trevor", "Smith",
];