statusCode property

int get statusCode

Gets the HTTP status code for the response.

Implementation

int get statusCode => _response.statusCode;