Gets all node IDs in the graph.
Returns an iterable of all node IDs.
Iterable<String> get nodeIds => _nodes.keys;