desynchronized property

bool desynchronized

Implementation

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

Implementation

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