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