connectionCount property

int get connectionCount

Gets the total number of connections in the graph.

Implementation

int get connectionCount => _connections.length;