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