extractAllScripts property

bool extractAllScripts

Implementation

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

Implementation

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