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