ProductScanResult constructor

ProductScanResult({
  1. required Product product,
  2. InventoryBatch? batch,
})

Implementation

ProductScanResult({
  required this.product,
  this.batch,
});