CopyWith$Input$IsLoginExistInput<TRes> constructor

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

Implementation

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