CopyWith$Input$MarketPlaceOrderPriceInput<TRes> constructor

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

Implementation

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