copyWithWrapped method

Implementation

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest
    copyWithWrapped(
        {Wrapped<
                List<
                    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel>?>?
            physicalInventoryRecountUpdate}) {
  return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest(
      physicalInventoryRecountUpdate: (physicalInventoryRecountUpdate != null
          ? physicalInventoryRecountUpdate.value
          : this.physicalInventoryRecountUpdate));
}