matches property

bool matches

Implementation

bool get matches => js_util.getProperty(this, 'matches');
void matches=(bool newValue)

Implementation

set matches(bool newValue) {
  js_util.setProperty(this, 'matches', newValue);
}