SyncStatusFailed constructor
SyncStatusFailed(
- HealthkitResource resource,
- String? error
Implementation
SyncStatusFailed(this.resource, this.error) : super(SyncStatusType.failedSyncing);