id property
String
get
id
The name of this kind in report output.
Implementation
String get id => switch (this) {
UnusedCodeIssueKind.unused => 'unused',
UnusedCodeIssueKind.couldBePrivate => 'could-be-private',
};