1. DomName('Node.contains')
  2. DocsEditable()
bool contains(Node other)

Returns true if this node contains the specified node.

Other resources

Source

@DomName('Node.contains')
@DocsEditable()
bool contains(Node other) => _blink.BlinkNode.instance.contains_Callback_1_(this, other);