CopyWith$Input$MarketPlaceOrderShoppingCartProductControllerInput<TRes> constructor

CopyWith$Input$MarketPlaceOrderShoppingCartProductControllerInput<TRes>(
  1. Input$MarketPlaceOrderShoppingCartProductControllerInput instance,
  2. TRes then(
    1. Input$MarketPlaceOrderShoppingCartProductControllerInput
    )
)

Implementation

factory CopyWith$Input$MarketPlaceOrderShoppingCartProductControllerInput(
  Input$MarketPlaceOrderShoppingCartProductControllerInput instance,
  TRes Function(Input$MarketPlaceOrderShoppingCartProductControllerInput)
      then,
) = _CopyWithImpl$Input$MarketPlaceOrderShoppingCartProductControllerInput;