length property

int length

Returns the total amount of Nodes in this graph.

Implementation

int get length => _allNodes.length;