CopyWith$Input$QuestionSettingsPollInput<TRes> constructor

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

Implementation

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