APISecurityScheme.basic constructor Null safety

APISecurityScheme.basic()

Implementation

APISecurityScheme.basic() {
  type = "basic";
}