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