CopyWith$Input$IsLoginForTargetExistInput<TRes> constructor

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

Implementation

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