ParameterQuery constructor
const
ParameterQuery({})
Implementation
const factory ParameterQuery(
{final String? name,
final String? description,
final bool? required,
final bool? deprecated,
final String? style,
final bool? explode,
final bool? allowReserved,
final String? example,
required final Schema schema,
@JsonKey(name: '\$ref') @_ParamRefConverter() final String? ref}) =
_$ParameterQueryImpl;