EarningsBreakdown constructor

EarningsBreakdown({
  1. EarningsBreakdownCanonicalDescription? canonicalDescription,
  2. double? currentAmount,
  3. String? description,
  4. double? hours,
  5. String? isoCurrencyCode,
  6. double? rate,
  7. String? unofficialCurrencyCode,
  8. double? ytdAmount,
})

Implementation

EarningsBreakdown({
  this.canonicalDescription,
  this.currentAmount,
  this.description,
  this.hours,
  this.isoCurrencyCode,
  this.rate,
  this.unofficialCurrencyCode,
  this.ytdAmount,
});