CopyWith$Input$MarketPlaceOrderWithCartInput<TRes> constructor

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

Implementation

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