PayStubEarningsTotal constructor
PayStubEarningsTotal({})
Implementation
PayStubEarningsTotal({
required this.currentAmount,
required this.hours,
required this.isoCurrencyCode,
required this.unofficialCurrencyCode,
required this.ytdAmount,
});