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