copyWith method
Implementation
DependentUnknownAgentToolIdentifier copyWith({String? type}) {
return DependentUnknownAgentToolIdentifier(type: type ?? this.type);
}
DependentUnknownAgentToolIdentifier copyWith({String? type}) {
return DependentUnknownAgentToolIdentifier(type: type ?? this.type);
}