HttpStatus.fromResponse constructor

HttpStatus.fromResponse(
  1. Response response
)

Implementation

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