ToolCallChunk constructor

ToolCallChunk({
  1. ChunkType type = ChunkType.toolCall,
  2. required Map<String, dynamic> data,
})

Implementation

ToolCallChunk({super.type = ChunkType.toolCall, required this.data}) : super(data: data);