nodes property

Iterable<Node> nodes

Return all nodes in the snapshot.

Implementation

Iterable<Node> get nodes => Iterable.generate(nodeCount, nodeAt);