name property

String? name
final

name of the query param from url

if not provided the name of the parameter will be used (@QueryParam() String foo); -> name = foo

Implementation

final String? name;