desynchronized property

bool? get desynchronized

Implementation

_i2.bool? get desynchronized => _i4.getProperty(
      this,
      'desynchronized',
    );
set desynchronized (bool? value)

Implementation

set desynchronized(_i2.bool? value) {
  _i4.setProperty(
    this,
    'desynchronized',
    value ?? _i6.undefined,
  );
}