StudentLoanStatus constructor

StudentLoanStatus({
  1. String? endDate,
  2. StudentLoanStatusType? type,
})

Implementation

StudentLoanStatus({
  this.endDate,
  this.type,
});