isSuccess method

bool isSuccess()

Implementation

bool isSuccess() {
  return statusCode == HttpStatus.ok;
}