Earnings constructor
Earnings({
- List<
EarningsTotal> ? subtotals, - List<
EarningsTotal> ? totals, - List<
EarningsBreakdown> ? breakdown, - EarningsTotal? total,
Implementation
Earnings({
this.subtotals,
this.totals,
this.breakdown,
this.total,
});