toJSONString method

String? toJSONString()

Implementation

String? toJSONString() {
  return ToolValues.toJSONString(this);
}