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