menu
graph_plus package
documentation
graphing/graph.dart
StatefulGraph<V>
toFirst method
toFirst method
dark_mode
light_mode
toFirst
method
GraphSnapshot
<
V
>
toFirst
(
)
Implementation
GraphSnapshot<V> toFirst() { index = _graphs.isEmpty ? -1 : 0; return current; }
graph_plus package
documentation
graphing/graph
StatefulGraph<V>
toFirst method
StatefulGraph class