ignoreMethod property

bool? get ignoreMethod

Implementation

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

Implementation

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