stringify method

String stringify(
  1. dynamic o
)

Implementation

String stringify(o) {
  return jsonEncoder.convert(o);
}