WebResponse.unAuthorized constructor

WebResponse.unAuthorized(
  1. String? body
)

Implementation

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