ParameterOpenApi constructor
const
ParameterOpenApi({})
Implementation
const ParameterOpenApi({
this.description,
this.example,
required this.name,
required this.in$,
this.required = false,
this.deprecated = false,
this.style,
this.explode,
required this.schema,
this.examples = const {},
});