Returns the node at index.
index
@override Node? getNodeAt(int index) { if (isNodeElement) { return nodeAsElement!.nodes[index]; } return null; }