menu
flutter_gemma package
documentation
core/model_response.dart
FunctionCallResponse
FunctionCallResponse.new const constructor
FunctionCallResponse.new const constructor
dark_mode
light_mode
FunctionCallResponse
constructor
const
FunctionCallResponse
(
{
required
String
name
,
required
Map
<
String
,
dynamic
>
args
,
})
Implementation
const FunctionCallResponse({ required this.name, required this.args, });
flutter_gemma package
documentation
core/model_response
FunctionCallResponse
FunctionCallResponse.new const constructor
FunctionCallResponse class