copyWith method

Implementation

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