extractAllScripts property

bool get extractAllScripts

Implementation

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

Implementation

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