CopyWith$Input$GalleryRemoveInput<TRes> constructor

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

Implementation

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