channels property

Set<Channel> get channels

The set of channel IDs currently in the room.

Implementation

Set<Channel> get channels => _channelToPlayer.keys.toSet();