SharePermission constructor
SharePermission({
- GroupName? group,
- int? id,
- Project? project,
- ProjectRole? role,
- required SharePermissionType type,
- UserBean? user,
Implementation
SharePermission(
{this.group,
this.id,
this.project,
this.role,
required this.type,
this.user});