connections property

List<Connection> get connections

Gets all connections in the graph.

Returns a live list that will automatically update when connections are added or removed.

Implementation

List<Connection> get connections => _connections;