typeParameter constant
TargetKind
const typeParameter
Indicates that an annotation is valid on any type parameter declaration, whether it's on a class, enum, function type, function, mixin, extension, extension type, or typedef.
Implementation
static const typeParameter = TargetKind._('type parameters', 'typeParameter');