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