LfA2aV1APIKeySecurityScheme constructor

LfA2aV1APIKeySecurityScheme({
  1. String? description,
  2. String? location,
  3. String? name,
})

Implementation

LfA2aV1APIKeySecurityScheme({this.description, this.location, this.name});