Loans constructor

Loans({
  1. required Loan loan,
})

Implementation

Loans({
  required this.loan,
});