connections property
List<Connection>
get
connections
The connected connections.
Implementation
List<Connection> get connections => [..._connections.whereType<Connection>()];
The connected connections.
List<Connection> get connections => [..._connections.whereType<Connection>()];