UnusedL10nFileReport constructor
const
UnusedL10nFileReport({
- required String path,
- required String relativePath,
- required Iterable<
UnusedL10nIssue> issues, - required String className,
Implementation
const UnusedL10nFileReport({
required this.path,
required this.relativePath,
required this.issues,
required this.className,
});