getJsonPretty method

String getJsonPretty()

将list转化为json字符串,换行

Implementation

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