statusCode property
int
get
statusCode
The returned status code when the exception was thrown.
Implementation
int get statusCode => response.statusCode;
The returned status code when the exception was thrown.
int get statusCode => response.statusCode;