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