Adds child node.
child
@override void add(Node child) { if (isNodeElement) { nodeAsElement!.append(child); } }