copyWith method

Implementation

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest
    copyWith(
        {List<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel>?
            physicalInventoryRecountUpdate}) {
  return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest(
      physicalInventoryRecountUpdate: physicalInventoryRecountUpdate ??
          this.physicalInventoryRecountUpdate);
}