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