FileCoverage constructor
FileCoverage({})
Implementation
FileCoverage({
required this.filePath,
required this.totalStrings,
required this.localizedStrings,
required this.nonLocalizedStrings,
required this.coveragePercentage,
required this.issues,
});