encode static method

String encode(
  1. dynamic json
)

Implementation

static String encode(dynamic json) => jsonEncode(json);