ScanData constructor

const ScanData({
  1. String? originalString,
  2. String? errorMessage,
  3. bool isGS1 = false,
  4. String? sscc,
  5. String? gtin,
  6. String? batch,
  7. DateTime? productionDate,
  8. DateTime? dueDate,
  9. DateTime? packagingDate,
  10. DateTime? bestBeforeDate,
  11. DateTime? expirationDate,
  12. String? variantNumber,
  13. String? serialNumber,
  14. String? additionalProductId,
  15. String? customerPartNumber,
  16. double? numberOfPieces,
  17. double? netWeightKg,
  18. double? lengthMeters,
  19. double? widthMeters,
  20. double? depthMeters,
  21. double? areaSqMeters,
  22. double? volumeLitres,
  23. double? volumeCubicMeters,
  24. double? netWeightPounds,
  25. String? customersPurchaseOrderNumber,
  26. DateTime? productionDateAndTime,
  27. String? packingMaterialSupplierID,
  28. String? packingMaterialSupplierPlant,
  29. String? plant,
  30. String? storageLocation,
  31. String? functionalLocation,
  32. String? storageBin,
  33. String? materialNumber,
  34. String? equipmentNumber,
  35. String? orderNumber,
  36. String? orderItemNumber,
  37. String? inboundDeliveryNumber,
  38. String? outboundDeliveryNumber,
  39. String? uncategorizedString,
  40. 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,
});