APISecurityScheme.apiKey constructor
      
      APISecurityScheme.apiKey(
    
    
- String? name,
- APIParameterLocation? location
Implementation
APISecurityScheme.apiKey(this.name, this.location)
    : type = APISecuritySchemeType.apiKey;