ScanData constructor

const ScanData({
  1. String? errorMessage,
  2. bool isGS1 = false,
  3. String? uncategorizedString,
  4. int? uncategorizedInt,
  5. double? uncategorizedDouble,
  6. String? materialNumber,
  7. String? plant,
  8. String? storageLocation,
  9. String? equipmentNumber,
  10. String? gtin,
  11. String? batch,
  12. DateTime? productionDate,
  13. DateTime? dueDate,
  14. DateTime? packagingDate,
  15. DateTime? bestBeforeDate,
  16. DateTime? expirationDate,
  17. String? variantNumber,
  18. String? serialNumber,
  19. String? additionalProductId,
  20. double? quantity,
  21. double? netWeightKg,
  22. double? netWeightPounds,
  23. double? lengthMeters,
  24. double? widthMeters,
  25. double? depthMeters,
  26. double? areaSqMeters,
  27. double? volumeLitres,
  28. double? volumeCubicMeters,
  29. String? customersPurchaseOrderNumber,
  30. String? orderNumber,
  31. String? orderItemNumber,
  32. String? inboundDeliveryNumber,
  33. String? outboundDeliveryNumber,
})

Implementation

const ScanData({
  this.errorMessage,
  this.isGS1 = false,
  this.uncategorizedString,
  this.uncategorizedInt,
  this.uncategorizedDouble,
  this.materialNumber,
  this.plant,
  this.storageLocation,
  this.equipmentNumber,
  this.gtin,
  this.batch,
  this.productionDate,
  this.dueDate,
  this.packagingDate,
  this.bestBeforeDate,
  this.expirationDate,
  this.variantNumber,
  this.serialNumber,
  this.additionalProductId,
  this.quantity,
  this.netWeightKg,
  this.netWeightPounds,
  this.lengthMeters,
  this.widthMeters,
  this.depthMeters,
  this.areaSqMeters,
  this.volumeLitres,
  this.volumeCubicMeters,
  this.customersPurchaseOrderNumber,
  this.orderNumber,
  this.orderItemNumber,
  this.inboundDeliveryNumber,
  this.outboundDeliveryNumber,
});