toRequestBody method

String toRequestBody()

Gets the request body as a string.

Implementation

String toRequestBody() {
  return params;
}