ApiKeySecurityScheme constructor

const ApiKeySecurityScheme({
  1. String? name,
  2. String in_ = _defaultInValue,
  3. String? description,
  4. Map<String, String>? descriptions,
  5. Uri? proxy,
  6. List<String>? jsonLdType,
  7. Map<String, dynamic>? additionalFields,
})

Constructor.

Implementation

const ApiKeySecurityScheme({
  this.name,
  this.in_ = _defaultInValue,
  super.description,
  super.descriptions,
  super.proxy,
  super.jsonLdType,
  super.additionalFields,
});