toJsonString method

dynamic toJsonString()

Implementation

toJsonString() {
  return jsonEncode(toJson());
}