AuthFailureException constructor Null safety

AuthFailureException(
  1. AuthFailureReason reason,
  2. String? message
)

Implementation

AuthFailureException(this.reason, this.message);