toJsonString method

String toJsonString()

Implementation

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