connectionCount property
int
get
connectionCount
Gets the total number of connections in the graph.
Implementation
int get connectionCount => _connections.length;
Gets the total number of connections in the graph.
int get connectionCount => _connections.length;