ktoJson method

String ktoJson()

List

   [1, 2, 3].ktoJson() => [1,2,3]

Implementation

String ktoJson() {
  return jsonEncode(this);
}