AuthException constructor

AuthException({
  1. required String message,
  2. String? code,
  3. dynamic originalError,
})

Implementation

AuthException({required super.message, super.code, super.originalError});