encode static method

String encode(
  1. dynamic json
)

Implementation

static String encode(dynamic json) {
  return jsonEncode(json);
}