isLobbyJoined property

bool get isLobbyJoined

Implementation

bool get isLobbyJoined {
  return _socketClient?.lobbyChannelJoined ?? false;
}