EarningsTotal constructor
EarningsTotal({})
Implementation
EarningsTotal({
this.currentAmount,
this.currentPay,
this.ytdPay,
this.hours,
this.isoCurrencyCode,
this.unofficialCurrencyCode,
this.ytdAmount,
});