pretty method

String pretty()

Returns the unwrapped template as indented JSON.

Implementation

String pretty() => const JsonEncoder.withIndent('  ').convert(toJson());