SyncScope property

SyncFolderItemsScope? get SyncScope
Gets or sets the scope of the sync.

Implementation

SyncFolderItemsScope? get SyncScope => this._syncScope;
set SyncScope (SyncFolderItemsScope? value)

Implementation

set SyncScope(SyncFolderItemsScope? value) {
  this._syncScope = value;
}