menu
lintme package
documentation
unused_code_analyzer.dart
UnusedCodeFileReport
issues property
issues property
dark_mode
light_mode
issues
property
Iterable
<
UnusedCodeIssue
>
issues
final
The issues detected in the target file.
Implementation
final Iterable<UnusedCodeIssue> issues;
lintme package
documentation
unused_code_analyzer
UnusedCodeFileReport
issues property
UnusedCodeFileReport class