LogEntry constructor
const
LogEntry({})
Implementation
const LogEntry({
required this.id,
required this.message,
required this.type,
required this.tags,
required this.timestamp,
});
const LogEntry({
required this.id,
required this.message,
required this.type,
required this.tags,
required this.timestamp,
});