Loan constructor
Loan({
- required LoanIdentifiers loanidentifiers,
Implementation
Loan({
required this.loanidentifiers,
});
Loan({
required this.loanidentifiers,
});