CreditPayStubDeductions constructor
CreditPayStubDeductions({
- required List<
PayStubDeductionsBreakdown> breakdown, - required PayStubDeductionsTotal total,
Implementation
CreditPayStubDeductions({
required this.breakdown,
required this.total,
});