hasResponse method

bool hasResponse()

Implementation

bool hasResponse() {
  return _response != null;
}