LogStatistics.empty constructor
LogStatistics.empty()
Factory method to create empty statistics
Implementation
factory LogStatistics.empty() => LogStatistics(totalLogs: 0, levelCounts: {}, categoryCounts: {}, tagCounts: {});