connections property

List<Connection> connections

The connected connections.

Implementation

List<Connection> get connections => [..._connections.whereType<Connection>()];