RoomTool constructor
RoomTool({})
Implementation
RoomTool({
required this.toolkitName,
required super.name,
required super.inputSchema,
required super.title,
required super.description,
super.thumbnailUrl,
this.participantId,
this.onBehalfOfId,
this.defs,
});