CopyWith$Input$MarketPlaceOrderStatusByPOSInput<TRes> constructor

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

Implementation

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