statusCode property
The HTTP status code of the response, if known.
If null
, the status code was likely 200
and there was another issue
with the response.
Implementation
final int? statusCode;
The HTTP status code of the response, if known.
If null
, the status code was likely 200
and there was another issue
with the response.
final int? statusCode;