contains method
- Node? other
Returns true if this node contains the specified node.
Other resources
- Node.contains from MDN.
Implementation
bool contains(Node? other) native;
Returns true if this node contains the specified node.
bool contains(Node? other) native;