PaystubYTDDetails constructor

PaystubYTDDetails({
  1. double? grossEarnings,
  2. double? netEarnings,
})

Implementation

PaystubYTDDetails({
  this.grossEarnings,
  this.netEarnings,
});