BearerSecurityScheme constructor
      const
      BearerSecurityScheme({})
     
    
Constructor.
Implementation
const BearerSecurityScheme({
  this.name,
  this.alg = _defaultAlgValue,
  this.format = _defaultFormatValue,
  this.authorization,
  this.in_ = _defaultInValue,
  super.description,
  super.descriptions,
  super.proxy,
  super.jsonLdType,
  super.additionalFields,
});