menu
data_manage package
documentation
graph.dart
GraphIterable<T>
leaves property
leaves property
dark_mode
light_mode
leaves
property
Iterable
<
Node
>
get
leaves
Итерация по листьям графа
Implementation
Iterable<Node> get leaves => _IterableGraph(leavesIterator);
data_manage package
documentation
graph
GraphIterable<T>
leaves property
GraphIterable extension on
IGraphIterable
<
T
>