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