DueBoxes constructor

DueBoxes(
  1. String buyerNumber,
  2. int boxes,
  3. bool due
)

Implementation

DueBoxes(this.buyerNumber, int boxes, this.due) : boxes = IntQuntity(boxes);