beautify property
String
get
beautify
Implementation
String get beautify {
return toString()
.replaceAll(",", "\n")
.replaceAll("{", "")
.replaceAll("}", "");
}
String get beautify {
return toString()
.replaceAll(",", "\n")
.replaceAll("{", "")
.replaceAll("}", "");
}