CopyWith$Input$QuestionSettingsTextInput<TRes> constructor

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

Implementation

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