Get an iterable of every Node in the graph. Every node will be emitted exactly once.
Node
@override Iterable<Node> nodes() => _nodes;