ProjectAgentRoomGrant constructor
ProjectAgentRoomGrant({
- required ManagedAgent agent,
- required Room room,
- required AgentRoomGrant permissions,
Implementation
ProjectAgentRoomGrant({required this.agent, required this.room, required this.permissions});