clients property
Map<PeerId, StompClient>
get
clients
Active STOMP clients
Implementation
Map<PeerId, StompClient> get clients => Map.unmodifiable(_clients);
Active STOMP clients
Map<PeerId, StompClient> get clients => Map.unmodifiable(_clients);