synchronizationSource property
num?
get
synchronizationSource
Implementation
_i2.num? get synchronizationSource => _i4.getProperty(
this,
'synchronizationSource',
);
set
synchronizationSource
(num? value)
Implementation
set synchronizationSource(_i2.num? value) {
_i4.setProperty(
this,
'synchronizationSource',
value ?? _i6.undefined,
);
}