fastMode property

bool get fastMode

Implementation

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

Implementation

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