packetLobbyInfoDataStream property

Stream<PacketLobbyInfoData> packetLobbyInfoDataStream

Stream of all UDP packets' lobby info data

Implementation

Stream<PacketLobbyInfoData> get packetLobbyInfoDataStream =>
    _packetLobbyInfoDataStream.stream;