copyWithWrapped method
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountBarcodeRequest
copyWithWrapped({Wrapped<String?>? physicalInventoryId}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountBarcodeRequest(
physicalInventoryId: (physicalInventoryId != null
? physicalInventoryId.value
: this.physicalInventoryId),
);
}