CopyWith$Input$ScrapeSingleImageInput<TRes> constructor

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

Implementation

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