contains method - Node class - dart:html library (original) (raw)
bool contains(
- Node? other )
Returns true if this node contains the specified node.
Other resources
- Node.containsfrom MDN.
Implementation
bool contains(Node? other) native;
bool contains(
Returns true if this node contains the specified node.
bool contains(Node? other) native;