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) native;