SharePermission constructor

SharePermission({
  1. GroupName? group,
  2. int? id,
  3. Project? project,
  4. ProjectRole? role,
  5. required SharePermissionType type,
  6. UserBean? user,
})

Implementation

SharePermission(
    {this.group,
    this.id,
    this.project,
    this.role,
    required this.type,
    this.user});