lobbyChannelJoined property

bool get lobbyChannelJoined

Implementation

bool get lobbyChannelJoined {
  return _lobbyChannel?.isJoined ?? false;
}