contains method

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

Returns true if this node contains the specified node.

Other resources

Implementation

@DomName('Node.contains')
@DocsEditable()
bool contains(Node other) native;