Returns the number of children nodes.
@override int get nodesLength { if (isNodeElement) { return nodeAsElement!.nodes.length; } return 0; }