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