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