RoleActor constructor
RoleActor({
- ProjectRoleGroup? actorGroup,
- ProjectRoleUser? actorUser,
- String? avatarUrl,
- String? displayName,
- int? id,
- String? name,
- RoleActorType? type,
Implementation
RoleActor(
{this.actorGroup,
this.actorUser,
this.avatarUrl,
this.displayName,
this.id,
this.name,
this.type});