ParameterCookie constructor
const
ParameterCookie({})
Implementation
const factory ParameterCookie(
{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}) =
_$ParameterCookieImpl;