statusCode property

int statusCode

The HTTP status code of the response (e.g. 200).

See HTTPURLResponse.statusCode

Implementation

int get statusCode => _httpUrlResponse.statusCode;