nodeIds property

Iterable<String> get nodeIds

Gets all node IDs in the graph.

Returns an iterable of all node IDs.

Implementation

Iterable<String> get nodeIds => _nodes.keys;