menu
graph_collection package
documentation
graph.dart
DirectedGraphMixin
length property
length property
dark_mode
light_mode
length
property
int
get
length
inherited
Get the number of nodes
Implementation
int get length => _map.length;
graph_collection package
documentation
graph
DirectedGraphMixin
length property
DirectedGraphMixin mixin