AuthException constructor

const AuthException(
  1. String message, {
  2. String? statusCode,
  3. String? code,
})

Implementation

const AuthException(this.message, {this.statusCode, this.code});