Statistics constructor
const
Statistics({})
Implementation
const Statistics({
required this.totalKeysInCode,
required this.totalKeysInJson,
required this.matchedCount,
required this.missingCount,
required this.orphanedCount,
required this.filesScanned,
required this.jsonFilesLoaded,
});