CopyWith$Input$AttributeValueTranslationContentInput<TRes> constructor

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

Implementation

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