allNodes property

Iterable<Node<T>> allNodes

Returns all the Nodes in this graph.

Implementation

Iterable<Node<T>> get allNodes => _allNodes.values;