StudentRepaymentPlan constructor

StudentRepaymentPlan({
  1. String? description,
  2. StudentRepaymentPlanType? type,
})

Implementation

StudentRepaymentPlan({
  this.description,
  this.type,
});