menu
graph_collection package
documentation
graph.dart
UndirectedValueGraphMixin
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
UndirectedValueGraphMixin
length property
UndirectedValueGraphMixin mixin