isSyncing property
bool
get
isSyncing
Whether a sync is currently in progress.
Implementation
bool get isSyncing => syncStatus == SyncStatus.syncing;
Whether a sync is currently in progress.
bool get isSyncing => syncStatus == SyncStatus.syncing;