isEmpty property

bool get isEmpty

Checks if the room has no players.

Implementation

bool get isEmpty => _playerChannels.isEmpty;