CopyWith$Input$GalleryChapterUpdateInput<TRes> constructor

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

Implementation

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