CopyWith$Input$QuestUpdateInput<TRes> constructor

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

Implementation

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