getBody method

String getBody()

Implementation

String getBody() {
  return response != null ? response!.body : EMPTY_STRING;
}