menu
google_cloud_ai_generativelanguage_v1beta package
documentation
generativelanguage.dart
FunctionCall
FunctionCall.new constructor
FunctionCall.new constructor
dark_mode
light_mode
FunctionCall
constructor
FunctionCall
(
{
String
id
=
''
,
required
String
name
,
Struct?
args
,
})
Implementation
FunctionCall({this.id = '', required this.name, this.args}) : super(fullyQualifiedName);
google_cloud_ai_generativelanguage_v1beta package
documentation
generativelanguage
FunctionCall
FunctionCall.new constructor
FunctionCall class