ScanData constructor
const
ScanData({
- String? errorMessage,
- bool isGS1 = false,
- String? uncategorizedString,
- int? uncategorizedInt,
- double? uncategorizedDouble,
- String? materialNumber,
- String? plant,
- String? storageLocation,
- String? equipmentNumber,
- String? gtin,
- String? batch,
- DateTime? productionDate,
- DateTime? dueDate,
- DateTime? packagingDate,
- DateTime? bestBeforeDate,
- DateTime? expirationDate,
- String? variantNumber,
- String? serialNumber,
- String? additionalProductId,
- double? quantity,
- double? netWeightKg,
- double? netWeightPounds,
- double? lengthMeters,
- double? widthMeters,
- double? depthMeters,
- double? areaSqMeters,
- double? volumeLitres,
- double? volumeCubicMeters,
- String? customersPurchaseOrderNumber,
- String? orderNumber,
- String? orderItemNumber,
- String? inboundDeliveryNumber,
- 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,
});