menu
flutter_gemma package
documentation
genai.dart
ChatMessage
toolCalls property
toolCalls property
dark_mode
light_mode
toolCalls
property
List
<
ToolPart
>
get
toolCalls
Gets all tool calls in this message.
Implementation
List<ToolPart> get toolCalls => _parts.toolCalls;
flutter_gemma package
documentation
genai
ChatMessage
toolCalls property
ChatMessage class