location property
The location of the parameter, typically query, header, path,
or cookie.
Implementation
String? get name;/// The location of the parameter, typically `query`, `header`, `path`,
/// or `cookie`.
@JsonKey(name: 'in') ParameterLocation? get location;