CopyWith$Input$ScrapedGalleryInput<TRes> constructor

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

Implementation

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