Parameter constructor
const
Parameter({})
Implementation
const Parameter({
required this.name,
required this.inLocation,
this.description,
this.required,
this.deprecated,
this.schema,
this.type,
this.allowEmptyValue,
this.style,
this.explode,
this.allowReserved,
this.example,
});