LogEntry constructor
const
LogEntry({})
Implementation
const LogEntry({
required this.timestamp,
required this.level,
required this.message,
this.tag,
this.error,
this.stackTrace,
this.context = const <String, dynamic>{},
this.loggerName,
});