unformatted property
String
get
unformatted
Get JSON String without indentation line breaks.
Implementation
String get unformatted => split("").normalizeSpaces.join();
Get JSON String without indentation line breaks.
String get unformatted => split("").normalizeSpaces.join();