CopyWith$Input$AuthenticationInput<TRes> constructor

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

Implementation

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