LogStatistics constructor
LogStatistics({})
Implementation
LogStatistics({
required this.totalLogs,
required this.levelCounts,
required this.categoryCounts,
Map<String, int>? tagCounts,
this.earliestLog,
this.latestLog,
}) : tagCounts = tagCounts ?? {};