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