synchronizationSource property

int get synchronizationSource

Implementation

int get synchronizationSource =>
    js_util.getProperty(this, 'synchronizationSource');
set synchronizationSource (int newValue)

Implementation

set synchronizationSource(int newValue) {
  js_util.setProperty(this, 'synchronizationSource', newValue);
}