inLobby property

bool inLobby

Whether the room is in the lobby

Implementation

bool get inLobby => (data["inLobby"] ?? false) as bool;