CopyWith$Input$QuestionSettingsNumberInput<TRes> constructor

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

Implementation

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