menu
graph_plus package
documentation
graphing/graph.dart
StatefulGraph<V>
childrenOf method
childrenOf method
dark_mode
light_mode
childrenOf
method
@
override
Map
<
V
,
Vertex
<
V
>
>
childrenOf
(
Vertex
<
V
>
vertex
)
override
Implementation
@override Map<V, Vertex<V>> childrenOf(Vertex<V> vertex) => current.childrenOf(vertex);
graph_plus package
documentation
graphing/graph
StatefulGraph<V>
childrenOf method
StatefulGraph class