SyncStatusFailed constructor

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

Implementation

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