LeavesIterator constructor

LeavesIterator(
  1. IGraph graph
)

Implementation

LeavesIterator(super.graph) {
  _queue.add(graph.root);
}