- DomName('Node.contains')
- DocsEditable()
Returns true if this node contains the specified node.
Other resources
-
Node.contains from MDN.
Source
@DomName('Node.contains')
@DocsEditable()
bool contains(Node other) => _blink.BlinkNode.instance.contains_Callback_1_(this, other);