nameSets top-level property

Map<NameSet, List<PlayerName>> nameSets
final

The sets of approved names for random assignment

Implementation

final Map<NameSet, List<PlayerName>> nameSets = {
  NameSet.Basic: ['Bob', 'Jo', 'Jane', 'Luis', 'Martin', 'Cobb', 'Dora'],
};