playerIDs property

IList<PlayerID> playerIDs

Gets the players that are a part of this game

Implementation

IList<PlayerID> get playerIDs => generic.players.map((p) => p.id).toIList();