SecurityLevel constructor
SecurityLevel({})
Implementation
SecurityLevel(
{this.description,
this.id,
bool? isDefault,
this.issueSecuritySchemeId,
this.name,
this.self})
: isDefault = isDefault ?? false;