patternMismatch property
bool
get
patternMismatch
Implementation
bool get patternMismatch => js_util.getProperty(this, 'patternMismatch');
set
patternMismatch
(bool newValue)
Implementation
set patternMismatch(bool newValue) {
js_util.setProperty(this, 'patternMismatch', newValue);
}