CopyWith$Input$WidgetIntegrationContentInput<TRes> constructor

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

Implementation

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