ignoreMethod property
bool
get
ignoreMethod
Implementation
bool get ignoreMethod => js_util.getProperty(this, 'ignoreMethod');
set
ignoreMethod
(bool newValue)
Implementation
set ignoreMethod(bool newValue) {
js_util.setProperty(this, 'ignoreMethod', newValue);
}