RemoteToolkit constructor
RemoteToolkit({})
Implementation
RemoteToolkit({
required this.name,
this.title,
this.description,
this.thumbnailUrl,
required this.room,
required super.tools,
super.rules = const [],
});