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