patternMismatch property

bool patternMismatch

Implementation

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

Implementation

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