matches method

bool matches(
  1. String selectors
)

Implementation

bool matches(String selectors) =>
    js_util.callMethod(this, 'matches', [selectors]);