ProjectRoleDetails constructor
ProjectRoleDetails({})
Implementation
ProjectRoleDetails(
{bool? admin,
bool? default$,
this.description,
this.id,
this.name,
bool? roleConfigurable,
this.scope,
this.self,
this.translatedName})
: admin = admin ?? false,
default$ = default$ ?? false,
roleConfigurable = roleConfigurable ?? false;