ToolUseInfo constructor

const ToolUseInfo({
  1. required String messageId,
  2. required String toolUseId,
  3. required String toolName,
})

Implementation

const ToolUseInfo({
  required this.messageId,
  required this.toolUseId,
  required this.toolName,
});