LogEntry constructor
LogEntry({})
Implementation
LogEntry({
required this.timeUtc,
required this.size,
required this.id,
required this.numLogs,
required this.lastLogNum,
});
LogEntry({
required this.timeUtc,
required this.size,
required this.id,
required this.numLogs,
required this.lastLogNum,
});