typeMismatch property

bool typeMismatch

Implementation

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

Implementation

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