toJsonString method

String toJsonString()

Implementation

String toJsonString() {
  return json.encode(toMap());
}