CopyWith$Input$ResponseAnswerInput<TRes> constructor
CopyWith$Input$ResponseAnswerInput<TRes> (
- Input$ResponseAnswerInput instance,
- TRes then()
Implementation
factory CopyWith$Input$ResponseAnswerInput(
Input$ResponseAnswerInput instance,
TRes Function(Input$ResponseAnswerInput) then,
) = _CopyWithImpl$Input$ResponseAnswerInput;