lobbyPeerIds property

List<String> get lobbyPeerIds

Get lobby peers in the form of list

Implementation

List<String> get lobbyPeerIds {
  return _lobbyPeers.keys.toList();
}