Dart API Reference
dart:html
Node
contains
contains
method
Returns true if this node contains the specified node.
@DomName('Node.contains')
@DocsEditable()
bool
contains
(
Node
other
)
Returns true if this node contains the specified node.
Other resources
Node.contains
from MDN.