APIParameter.header constructor
      
      APIParameter.header(})
     
    
    
Implementation
APIParameter.header(
  this.name, {
  this.description,
  this.schema,
  this.content,
  this.style,
  bool? isRequired,
  this.deprecated,
  this.allowEmptyValue,
  this.explode,
  this.allowReserved,
}) : _required = isRequired {
  location = APIParameterLocation.header;
}