Returns the node at index.
index
@override Node? getNodeAt(int index) { final element = nodeAsElement; return element?.childNodes.item(index); }