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