CopyWith$Input$GetProductWithClicksCountInput<TRes> constructor

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

Implementation

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