stepMismatch property

bool get stepMismatch

Implementation

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

Implementation

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