values constant
All current TargetKind values of targets to which an annotation can be applied.
Implementation
static const values = [
classType,
constructor,
directive,
enumType,
enumValue,
extension,
extensionType,
field,
function,
library,
getter,
method,
mixinType,
optionalParameter,
overridableMember,
parameter,
setter,
topLevelVariable,
type,
typedefType,
typeParameter,
];