IncomeOverride constructor

IncomeOverride({
  1. List<PaystubOverride>? paystubs,
})

Implementation

IncomeOverride({
  this.paystubs,
});