synchronizationSource property

int synchronizationSource

Implementation

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

Implementation

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