CopyWith$Input$OutboundContentWidgetTranslationInput<TRes> constructor

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

Implementation

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