BOLModelToReport constructor

BOLModelToReport({
  1. required ModelSize modelSize,
  2. bool referenceNo = false,
  3. bool loadNumber = false,
  4. bool purchaseOrderNumber = false,
  5. bool invoiceNumber = false,
  6. bool customerPurchaseOrderNumber = false,
  7. bool orderNumber = false,
  8. bool billOfLading = false,
  9. bool masterBillOfLading = false,
  10. bool lineBillOfLading = false,
  11. bool houseBillOfLading = false,
  12. bool shippingId = false,
  13. bool shippingDate = false,
  14. bool date = false,
})

Implementation

BOLModelToReport({
  required super.modelSize,
  this.referenceNo = false,
  this.loadNumber = false,
  this.purchaseOrderNumber = false,
  this.invoiceNumber = false,
  this.customerPurchaseOrderNumber = false,
  this.orderNumber = false,
  this.billOfLading = false,
  this.masterBillOfLading = false,
  this.lineBillOfLading = false,
  this.houseBillOfLading = false,
  this.shippingId = false,
  this.shippingDate = false,
  this.date = false,
  }) : super(modelClass: ModelClass.billOfLading);