CopyWith$Input$InternalProductTranslationContentInput<TRes> constructor

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

Implementation

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