ignoreMethod property

bool ignoreMethod

Implementation

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

Implementation

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