toJsonString method

String toJsonString()

Implementation

String toJsonString() {
  return jsonEncode(toDocument());
}