length property
int
get
length
Total number of events currently in the graph.
Implementation
int get length => _nodes.length;
Total number of events currently in the graph.
int get length => _nodes.length;