CopyWith$Input$ScrapeSingleGalleryInput<TRes> constructor

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

Implementation

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