SyncError class
Constructors
-
SyncError.new({required String id, required String message, String? stackTrace, Map<String, dynamic>? metadata, required DateTime timestamp, String? category, String? entityType, String? entityId, bool isSent = false})
-
const
-
SyncError.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({String? id, String? message, String? stackTrace, Map<String, dynamic>? metadata, DateTime? timestamp, String? category, String? entityType, String? entityId, bool? isSent})
→ SyncError
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited