PayStubEarningsBreakdown constructor
PayStubEarningsBreakdown({})
Implementation
PayStubEarningsBreakdown({
required this.canonicalDescription,
required this.currentAmount,
required this.description,
required this.hours,
required this.isoCurrencyCode,
required this.rate,
required this.unofficialCurrencyCode,
required this.ytdAmount,
});