W2StateAndLocalWages constructor

W2StateAndLocalWages({
  1. String? state,
  2. String? employerStateIdNumber,
  3. String? stateWagesTips,
  4. String? stateIncomeTax,
  5. String? localWagesTips,
  6. String? localIncomeTax,
  7. String? localityName,
})

Implementation

W2StateAndLocalWages({
  this.state,
  this.employerStateIdNumber,
  this.stateWagesTips,
  this.stateIncomeTax,
  this.localWagesTips,
  this.localIncomeTax,
  this.localityName,
});