CopyWith$Input$ResetPasswordForAppInput<TRes> constructor

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

Implementation

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