String transform(value)

Source

String transform(dynamic value) {
  return Json.stringify(value);
}