CopyWith$Input$WidgetIntegrationTestInput<TRes> constructor

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

Implementation

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