CopyWith$Input$ResponseAnswerInput<TRes> constructor

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

Implementation

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