forked from Henry-Hiles/nexus
wip
This commit is contained in:
parent
095c72f983
commit
4862bf47c7
11 changed files with 228 additions and 19 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue