statusCode property
int
get
statusCode
The HTTP status code of the response.
Implementation
int get statusCode => _response.statusCode;
The HTTP status code of the response.
int get statusCode => _response.statusCode;