toJsonString method

String toJsonString()

将对象转换为字符串

Implementation

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