ResponseFunctionCallArgumentsDoneEvent constructor
const
ResponseFunctionCallArgumentsDoneEvent({})
Creates a ResponseFunctionCallArgumentsDoneEvent.
Implementation
const ResponseFunctionCallArgumentsDoneEvent({
required this.eventId,
required this.responseId,
required this.itemId,
required this.outputIndex,
required this.callId,
required this.arguments,
});