Returns a node for the given node index. If no node is found, null is returned.
Node? getNode(int index ) { return _nodes[index]; }