SecuritySchemeWithProjects constructor
SecuritySchemeWithProjects({})
Implementation
SecuritySchemeWithProjects(
{this.defaultLevel,
this.description,
required this.id,
required this.name,
List<int>? projectIds,
required this.self})
: projectIds = projectIds ?? [];