annotationArgument property

dynamic get annotationArgument

The value passed as an argument to the annotation.

Example:

@Body('userId', UserIdPipe) String id,

would yield "userId"

Implementation

dynamic get annotationArgument;