W2Box12 constructor

W2Box12({
  1. String? code,
  2. String? amount,
})

Implementation

W2Box12({
  this.code,
  this.amount,
});