CopyWith$Input$QuestionSettingsDateInput<TRes> constructor

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

Implementation

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