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