HttpAuthResponse constructor
- HttpAuthResponseAction? action,
- String password = "",
- bool permanentPersistence = false,
- String username = "",
Implementation
HttpAuthResponse({
HttpAuthResponseAction? action,
this.password = "",
this.permanentPersistence = false,
this.username = "",
}) : action = action ?? HttpAuthResponseAction.CANCEL;