hasError property

bool get hasError

Implementation

bool get hasError => failedCount > 0 || status == SyncStatus.error;