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