fastMode property

bool fastMode

Implementation

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

Implementation

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