CopyWith$Input$StoryContentContentInput<TRes> constructor

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

Implementation

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