matches method

bool matches(
  1. String selectors
)

Implementation

bool matches(String selectors) {
  return _matches(this, selectors, null);
}