CopyWith$Input$UserWithTargetInput<TRes> constructor

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

Implementation

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