contains method

bool contains(
  1. Node? other
)

Implementation

bool contains(Node? other) => js_util.callMethod(this, 'contains', [other]);