CreditPayStubDeductions constructor

CreditPayStubDeductions({
  1. required List<PayStubDeductionsBreakdown> breakdown,
  2. required PayStubDeductionsTotal total,
})

Implementation

CreditPayStubDeductions({
  required this.breakdown,
  required this.total,
});