HttpStatus.fromResponse constructor
HttpStatus.fromResponse(
- Response response
Implementation
factory HttpStatus.fromResponse(Response response) =>
HttpStatus._(response.statusCode, response.reasonPhrase);