getJsonPretty method

String getJsonPretty()

将map转化为json字符串换行

Implementation

String getJsonPretty() {
  return const JsonEncoder.withIndent('\t').convert(this);
}