nameOfParameter property

String get nameOfParameter

The name of the parameter that corresponds to the annotation.

Example:

@Body('userId') String id,

would yield "id"

Implementation

String get nameOfParameter;