BOLModelToReport class

Inheritance

Constructors

BOLModelToReport.new({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})

Properties

billOfLading bool
final
customerPurchaseOrderNumber bool
final
date bool
final
hashCode int
The hash code for this object.
no setterinherited
houseBillOfLading bool
final
invoiceNumber bool
final
lineBillOfLading bool
final
loadNumber bool
final
masterBillOfLading bool
final
modelClass ModelClass
finalinherited
modelSize ModelSize
finalinherited
orderNumber bool
final
purchaseOrderNumber bool
final
referenceNo bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingDate bool
final
shippingId bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, bool>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited