copyWith method
Implementation
CreditEmployerVerification copyWith({String? name}) {
return CreditEmployerVerification(name: name ?? this.name);
}
CreditEmployerVerification copyWith({String? name}) {
return CreditEmployerVerification(name: name ?? this.name);
}