pauseOnExit property

bool pauseOnExit

Implementation

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

Implementation

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