CopyWith$Input$UpdateProductRatingInput<TRes> constructor

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

Implementation

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