CopyWith$Input$QuestInput<TRes> constructor

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

Implementation

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