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