SyncEvent constructor
SyncEvent({})
Implementation
SyncEvent({
required this.type,
this.collectionName,
this.recordId,
this.metadata,
String? error,
}) : timestamp = DateTime.now(),
error = error;
SyncEvent({
required this.type,
this.collectionName,
this.recordId,
this.metadata,
String? error,
}) : timestamp = DateTime.now(),
error = error;