CopyWith$Input$AttributeTranslationContentInput<TRes> constructor

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

Implementation

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