PayStubEarningsBreakdown constructor

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

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,
});