copyWith method

Implementation

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