AuthFailure constructor

AuthFailure({
  1. required FailureType type,
  2. String? messageException,
  3. required SigInType sigInType,
})

Implementation

AuthFailure({required this.type, this.messageException,required this.sigInType});