jsonString method

String jsonString()

Implementation

String jsonString() {
  return jsonEncode(toJson());
}