LintFileReport constructor
const
LintFileReport({})
Implementation
const LintFileReport({
required this.path,
required this.relativePath,
required this.file,
required this.classes,
required this.functions,
required this.issues,
required this.antiPatternCases,
});