prettyPrint method

String prettyPrint()

Converts the object to a pretty JSON string.

Implementation

String prettyPrint() => prettyPrintJson(toJson());