W2 constructor
W2({
- PaystubEmployer? employer,
- Employee? employee,
- String? taxYear,
- String? employerIdNumber,
- String? wagesTipsOtherComp,
- String? federalIncomeTaxWithheld,
- String? socialSecurityWages,
- String? socialSecurityTaxWithheld,
- String? medicareWagesAndTips,
- String? medicareTaxWithheld,
- String? socialSecurityTips,
- String? allocatedTips,
- String? box9,
- String? dependentCareBenefits,
- String? nonqualifiedPlans,
- List<
W2Box12> ? box12, - String? statutoryEmployee,
- String? retirementPlan,
- String? thirdPartySickPay,
- String? other,
- List<
W2StateAndLocalWages> ? stateAndLocalWages,
Implementation
W2({
this.employer,
this.employee,
this.taxYear,
this.employerIdNumber,
this.wagesTipsOtherComp,
this.federalIncomeTaxWithheld,
this.socialSecurityWages,
this.socialSecurityTaxWithheld,
this.medicareWagesAndTips,
this.medicareTaxWithheld,
this.socialSecurityTips,
this.allocatedTips,
this.box9,
this.dependentCareBenefits,
this.nonqualifiedPlans,
this.box12,
this.statutoryEmployee,
this.retirementPlan,
this.thirdPartySickPay,
this.other,
this.stateAndLocalWages,
});