ignoreSearch property

bool ignoreSearch

Implementation

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

Implementation

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