ApiParameter constructor
const
ApiParameter({})
Implementation
const ApiParameter({
required this.name,
required this.location,
required this.type,
this.required = false,
this.description,
this.example,
});