SyncLogDebug constructor
const
SyncLogDebug({})
Implementation
const SyncLogDebug({
required this.id,
required this.timestamp,
required this.level,
required this.message,
this.category,
this.tag,
this.metadata,
this.stackTrace,
this.userId,
this.sessionId,
});