CopyWith$Input$OutboundContentWidgetContentInput<TRes> constructor

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

Implementation

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