menu
graph_plus package
documentation
graphing/graph.dart
Graph<V>
size2 property
size2 property
dark_mode
light_mode
size2
property
int
get
size2
Returns the number of edges
Implementation
int get size2 => edges.length;
graph_plus package
documentation
graphing/graph
Graph<V>
size2 property
Graph class