statusCode property

int? statusCode
final

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;