ScanData constructor
const
ScanData({
- String? originalString,
- String? errorMessage,
- bool isGS1 = false,
- String? sscc,
- String? gtin,
- String? batch,
- DateTime? productionDate,
- DateTime? dueDate,
- DateTime? packagingDate,
- DateTime? bestBeforeDate,
- DateTime? expirationDate,
- String? variantNumber,
- String? serialNumber,
- String? additionalProductId,
- String? customerPartNumber,
- double? numberOfPieces,
- double? netWeightKg,
- double? lengthMeters,
- double? widthMeters,
- double? depthMeters,
- double? areaSqMeters,
- double? volumeLitres,
- double? volumeCubicMeters,
- double? netWeightPounds,
- String? customersPurchaseOrderNumber,
- DateTime? productionDateAndTime,
- String? packingMaterialSupplierID,
- String? packingMaterialSupplierPlant,
- String? plant,
- String? storageLocation,
- String? functionalLocation,
- String? storageBin,
- String? materialNumber,
- String? equipmentNumber,
- String? orderNumber,
- String? orderItemNumber,
- String? inboundDeliveryNumber,
- String? outboundDeliveryNumber,
- String? uncategorizedString,
- int? uncategorizedInt,
Implementation
const ScanData({
this.originalString,
this.errorMessage,
this.isGS1 = false,
this.sscc,
this.gtin,
this.batch,
this.productionDate,
this.dueDate,
this.packagingDate,
this.bestBeforeDate,
this.expirationDate,
this.variantNumber,
this.serialNumber,
this.additionalProductId,
this.customerPartNumber,
this.numberOfPieces,
this.netWeightKg,
this.lengthMeters,
this.widthMeters,
this.depthMeters,
this.areaSqMeters,
this.volumeLitres,
this.volumeCubicMeters,
this.netWeightPounds,
this.customersPurchaseOrderNumber,
this.productionDateAndTime,
this.packingMaterialSupplierID,
this.packingMaterialSupplierPlant,
this.plant,
this.storageLocation,
this.functionalLocation,
this.storageBin,
this.materialNumber,
this.equipmentNumber,
this.orderNumber,
this.orderItemNumber,
this.inboundDeliveryNumber,
this.outboundDeliveryNumber,
this.uncategorizedString,
this.uncategorizedInt,
});