WebResponse.unAuthorized constructor
WebResponse.unAuthorized(
- String? body
Implementation
factory WebResponse.unAuthorized(String? body) =>
WebResponse(result: WebRequestResult.unAuthorized, body: body);