AuthResponse.error constructor

const AuthResponse.error(
  1. Object? error, [
  2. AuthErrorCode? code = AuthErrorCode.other
])

Implementation

const AuthResponse.error(this.error, [this.code = AuthErrorCode.other])
    : user = null,
      reauth = false,
      cred = null;