CopyWith$Input$ScrapeSingleMovieInput<TRes> constructor

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

Implementation

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