connections property
List<StompServerConnection>
get
connections
Gets all active connections
Implementation
List<StompServerConnection> get connections =>
_connections.values.where((c) => c.isActive).toList();