Node insertBefore(Node node, Node? child) => js_util.callMethod(this, 'insertBefore', [node, child]);