copyWithWrapped method

Implementation

WebApiModulesWarehouseExchangeExchangeContractResponse copyWithWrapped({
  Wrapped<String?>? contractId,
}) {
  return WebApiModulesWarehouseExchangeExchangeContractResponse(
    contractId: (contractId != null ? contractId.value : this.contractId),
  );
}