CopyWith$Input$ProductRatingInput<TRes> constructor

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

Implementation

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