CopyWith$Input$MarketPlaceOrderWithCartAfterRegisterInput<TRes> constructor

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

Implementation

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