allNodesValues property

Iterable<T> allNodesValues

Returns all the Node.values in this graph.

Implementation

Iterable<T> get allNodesValues => _allNodes.values.map((e) => e.value);