DeductionsBreakdown constructor

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

Implementation

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