toJsonString method

String toJsonString()

Convert the contents of DynamicMap to a Json String.

DynamicMapの内容をJsonのStringに変換します。

Implementation

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