SyncStatusFailed constructor

SyncStatusFailed(
  1. HealthResource resource,
  2. String? error
)

Implementation

SyncStatusFailed(this.resource, this.error)
    : super(SyncStatusType.failedSyncing);