SyncState property

String? SyncState
Gets or sets the state of the sync.

Implementation

String? get SyncState => this._syncState;
void SyncState=(String? value)

Implementation

set SyncState(String? value) {
  this._syncState = value;
}