name property
The name of the TargetKind value.
The name is a string containing the source identifier used
to declare the TargetKind value. For example,
the result of TargetKind.classType.name
is the string "classType".
Implementation
final String name;