LogEntry constructor
const
LogEntry({})
Implementation
const LogEntry({
required this.level,
required this.message,
required this.timestamp,
this.tag,
this.data,
this.error,
this.stackTrace,
});
const LogEntry({
required this.level,
required this.message,
required this.timestamp,
this.tag,
this.data,
this.error,
this.stackTrace,
});