APISecurityScheme.apiKey constructor Null safety
- String? apiKeyName,
- APIParameterLocation? apiKeyLocation
Implementation
APISecurityScheme.apiKey(this.apiKeyName, this.apiKeyLocation) {
type = "apiKey";
}
APISecurityScheme.apiKey(this.apiKeyName, this.apiKeyLocation) {
type = "apiKey";
}