isSameNode method

bool isSameNode(
  1. Node? otherNode
)

Implementation

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