InterceptedLogEntry constructor
InterceptedLogEntry({})
Implementation
InterceptedLogEntry({
required this.id,
required this.message,
required this.timestamp,
required this.type,
this.data,
this.stackTrace,
});