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