stepMismatch property

bool? get stepMismatch

Implementation

_i2.bool? get stepMismatch => _i4.getProperty(
      this,
      'stepMismatch',
    );
set stepMismatch (bool? value)

Implementation

set stepMismatch(_i2.bool? value) {
  _i4.setProperty(
    this,
    'stepMismatch',
    value ?? _i6.undefined,
  );
}