CopyWith$Input$MarketPlaceOrderInput<TRes> constructor

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

Implementation

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