copyWith method

_f copyWith({
  1. _8? content,
  2. _3? toolCallId,
})

Implementation

_f copyWith({_8? content,_3? toolCallId,})=>_f(content: content??_H.content,toolCallId: toolCallId??_H.toolCallId,);