copyWithWrapped method

Implementation

WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsRequest
    copyWithWrapped({Wrapped<String?>? rateUpdateBatchName}) {
  return WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsRequest(
      rateUpdateBatchName: (rateUpdateBatchName != null
          ? rateUpdateBatchName.value
          : this.rateUpdateBatchName));
}