AuthError constructor

AuthError({
  1. String? title,
  2. String? code,
  3. String? message,
  4. dynamic error,
})

Implementation

AuthError({this.title, this.code, this.message, this.error});