connections property

List<EdgeConnectionsModel<E>> get connections

connections

The list of current connections in the canvas.

Implementation

List<EdgeConnectionsModel<E>> get connections => data.connections;