unformatted property

String unformatted

Get JSON String without indentation line breaks.

Implementation

String get unformatted => split("").normalizeSpaces.join();