leaves property

Iterable<Node> get leaves

Итерация по листьям графа

Implementation

Iterable<Node> get leaves => _IterableGraph(leavesIterator);