AuthException constructor

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

Implementation

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