copyWith method

ToolCallId copyWith({
  1. Object? value = _acpCopyWithAbsent,
})

Implementation

ToolCallId copyWith({Object? value = _acpCopyWithAbsent}) => ToolCallId(
  identical(value, _acpCopyWithAbsent) ? this.value : value as String,
);