JsonPretty property

String JsonPretty

Implementation

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