copyWithWrapped method
Implementation
DependentUnknownAgentToolIdentifier copyWithWrapped(
{Wrapped<String?>? type}) {
return DependentUnknownAgentToolIdentifier(
type: (type != null ? type.value : this.type));
}
DependentUnknownAgentToolIdentifier copyWithWrapped(
{Wrapped<String?>? type}) {
return DependentUnknownAgentToolIdentifier(
type: (type != null ? type.value : this.type));
}