menu
graph_plus package
documentation
graphing/graph.dart
StatefulGraph<V>
vertices property
vertices property
dark_mode
light_mode
vertices
property
@
override
Map
<
V
,
Vertex
<
V
>
>
get
vertices
override
Implementation
@override Map<V, Vertex<V>> get vertices => current.vertices;
graph_plus package
documentation
graphing/graph
StatefulGraph<V>
vertices property
StatefulGraph class