AuthFailure constructor

const AuthFailure({
  1. String? errorCode,
  2. String? errorMessage,
})

Implementation

const AuthFailure({this.errorCode, this.errorMessage});