getHttpCode method

int? getHttpCode()

Get the HTTP status code. Returns null if the request has not been made yet.

Implementation

int? getHttpCode() {
  return httpCode;
}