ProjectRoleInfo constructor
ProjectRoleInfo({})
Implementation
ProjectRoleInfo({
required this.role,
required this.canCreateRooms,
required this.canCreateAgents,
required this.canUseLlmProxy,
required this.isAdmin,
required this.isDeveloper,
});