contains method - Node class - dart:html library (original) (raw)

description

bool contains(

  1. Node? other )

Returns true if this node contains the specified node.

Other resources

Implementation

bool contains(Node? other) native;