AuthException constructor

const AuthException(
  1. String message, {
  2. String? code,
  3. Map<String, dynamic>? details,
})

Implementation

const AuthException(super.message, {super.code, super.details});