CopyWith$Input$ProductPriceListInput<TRes> constructor

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

Implementation

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