ignoreVary property

bool ignoreVary

Implementation

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

Implementation

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