DeductionsTotal constructor

DeductionsTotal({
  1. double? currentAmount,
  2. String? isoCurrencyCode,
  3. String? unofficialCurrencyCode,
  4. double? ytdAmount,
})

Implementation

DeductionsTotal({
  this.currentAmount,
  this.isoCurrencyCode,
  this.unofficialCurrencyCode,
  this.ytdAmount,
});