toJson method

String toJson()

Implementation

String toJson() {
  return map((t) => jsonEncode(t.toJson())).toList().toString();
}