Loan constructor

Loan({
  1. required LoanIdentifiers loanidentifiers,
})

Implementation

Loan({
  required this.loanidentifiers,
});