Deductions constructor
Deductions({
- List<
Total> ? subtotals, - required List<
DeductionsBreakdown> breakdown, - List<
Total> ? totals, - required DeductionsTotal total,
Implementation
Deductions({
this.subtotals,
required this.breakdown,
this.totals,
required this.total,
});