CopyWith$Input$QuestionSettingsToggleInput<TRes> constructor

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

Implementation

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