AuthResponse.withError constructor

AuthResponse.withError(
  1. Object error,
  2. StackTrace stackTrace
)

Implementation

AuthResponse.withError(
  Object this.error,
  StackTrace this.stackTrace,
) : serverId = null;