kind property

UnusedCodeIssueKind kind
final

What is being reported about the declaration.

Defaults to UnusedCodeIssueKind.unused, which is what the check reported before could be private suggestions existed.

Implementation

final UnusedCodeIssueKind kind;