PaystubDeduction constructor

PaystubDeduction({
  1. String? type,
  2. bool? isPretax,
  3. double? total,
})

Implementation

PaystubDeduction({
  this.type,
  this.isPretax,
  this.total,
});