SecurityScheme constructor
SecurityScheme({})
Implementation
SecurityScheme(
{this.defaultSecurityLevelId,
this.description,
this.id,
List<SecurityLevel>? levels,
this.name,
this.self})
: levels = levels ?? [];