BOLModelToReport constructor
BOLModelToReport({
- required ModelSize modelSize,
- bool referenceNo = false,
- bool loadNumber = false,
- bool purchaseOrderNumber = false,
- bool invoiceNumber = false,
- bool customerPurchaseOrderNumber = false,
- bool orderNumber = false,
- bool billOfLading = false,
- bool masterBillOfLading = false,
- bool lineBillOfLading = false,
- bool houseBillOfLading = false,
- bool shippingId = false,
- bool shippingDate = false,
- 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);