menu
opentool_dart package
documentation
opentool_server.dart
FunctionCall
FunctionCall.new constructor
FunctionCall.new constructor
dark_mode
light_mode
FunctionCall
constructor
FunctionCall
(
{
required
String
id
,
required
String
name
,
required
Map
<
String
,
dynamic
>
arguments
,
})
Implementation
FunctionCall({required this.id, required this.name, required this.arguments});
opentool_dart package
documentation
opentool_server
FunctionCall
FunctionCall.new constructor
FunctionCall class