parameter constant

TargetKind const parameter

Indicates that an annotation is valid on any formal parameter declaration, whether it's in a constructor, function (named or anonymous), function type, function-typed formal parameter, or method.

Implementation

static const parameter = TargetKind._('parameters', 'parameter');