CopyWith$Input$LandingPagesTranslationContentInput<TRes> constructor

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

Implementation

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