AuthException constructor

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

Implementation

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