CopyWith$Input$StudioDestroyInput<TRes> constructor

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

Implementation

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