UnusedL10nFileReport constructor

const UnusedL10nFileReport({
  1. required String path,
  2. required String relativePath,
  3. required Iterable<UnusedL10nIssue> issues,
  4. required String className,
})

Implementation

const UnusedL10nFileReport({
  required this.path,
  required this.relativePath,
  required this.issues,
  required this.className,
});