stepMismatch property

bool stepMismatch

Implementation

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

Implementation

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