LogEntryModel constructor
const
LogEntryModel()
Implementation
const LogEntryModel(
this.id,
this.timestamp,
this.message,
this.level,
this.category,
this.tag,
this.metadata,
this.error,
this.stackTrace,
this.userId,
this.sessionId,
);