This commit is contained in:
Henry Hiles 2026-01-26 11:35:45 +00:00
commit 4862bf47c7
No known key found for this signature in database
11 changed files with 228 additions and 19 deletions

View file

@ -6,8 +6,8 @@ part "sync_status.g.dart";
abstract class SyncStatus with _$SyncStatus {
const factory SyncStatus({
required SyncStatusType type,
String? error,
required int errorCount,
required int lastSync,
}) = _SyncStatus;
factory SyncStatus.fromJson(Map<String, Object?> json) =>