statusCode property
int
get
statusCode
Returns the status code of the response.
Implementation
int get statusCode => raw.statusCode;
Returns the status code of the response.
int get statusCode => raw.statusCode;