CopyWith$Input$TargetWithoutUserInput<TRes> constructor

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

Implementation

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