SyncState property

String? SyncState
Gets the SyncState blob returned by a synchronization operation.

Implementation

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

Implementation

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