unformatted property

String get unformatted

Get JSON String without indentation line breaks.

Implementation

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