isSyncing property

bool get isSyncing

Whether a sync is currently in progress.

Implementation

bool get isSyncing => syncStatus == SyncStatus.syncing;