makeBody method

String makeBody(
  1. dynamic x
)

Implementation

String makeBody(x) {
  //return json.encode(x);
  return jsonEncode(x);
}