menu
graph_plus package
documentation
graphing/graph.dart
StatefulGraph<V>
size property
size property
dark_mode
light_mode
size
property
@
override
int
get
size
override
Returns the total number of unique edges
Implementation
@override int get size => current.size;
graph_plus package
documentation
graphing/graph
StatefulGraph<V>
size property
StatefulGraph class