RoleActor constructor

RoleActor({
  1. ProjectRoleGroup? actorGroup,
  2. ProjectRoleUser? actorUser,
  3. String? avatarUrl,
  4. String? displayName,
  5. int? id,
  6. String? name,
  7. RoleActorType? type,
})

Implementation

RoleActor(
    {this.actorGroup,
    this.actorUser,
    this.avatarUrl,
    this.displayName,
    this.id,
    this.name,
    this.type});