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