CopyWith$Input$OutboundContentWidgetCallToActionInput<TRes> constructor

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

Implementation

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