copyWith method
Implementation
Loan copyWith({LoanIdentifiers? loanidentifiers}) {
return Loan(loanidentifiers: loanidentifiers ?? this.loanidentifiers);
}
Loan copyWith({LoanIdentifiers? loanidentifiers}) {
return Loan(loanidentifiers: loanidentifiers ?? this.loanidentifiers);
}