LogEntry constructor
LogEntry({})
Implementation
LogEntry({
required this.id,
required this.time,
required this.type,
required this.message,
this.data,
this.statusCode,
this.durationMs,
});
LogEntry({
required this.id,
required this.time,
required this.type,
required this.message,
this.data,
this.statusCode,
this.durationMs,
});