CopyWith$Input$QuestionInput<TRes> constructor

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

Implementation

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