statusCode property

int get statusCode

The HTTP status code of the response.

Implementation

int get statusCode => _response.statusCode;