getResponseCode method

int getResponseCode()

Implementation

int getResponseCode() {
  return response != null ? response!.statusCode : 0;
}