players property

Set<Channel> get players

The set of player IDs currently in the room.

Implementation

Set<Channel> get players => _playerChannels.keys.toSet();