hasRequiredPlayers property

bool get hasRequiredPlayers

Get if the room has the required player count.

Implementation

bool get hasRequiredPlayers => players.length >= game.requiredPlayers;