nameOfParameter property
String
get
nameOfParameter
The name of the parameter that corresponds to the pipe annotation.
Example:
@Body('userId', UserIdPipe) String id,
would yield "id"
Implementation
String get nameOfParameter;