AuthFailure constructor
AuthFailure({
- required FailureType type,
- String? messageException,
- required SigInType sigInType,
Implementation
AuthFailure({required this.type, this.messageException,required this.sigInType});