pretty method
Returns the unwrapped template as indented JSON.
Implementation
String pretty() => const JsonEncoder.withIndent(' ').convert(toJson());
Returns the unwrapped template as indented JSON.
String pretty() => const JsonEncoder.withIndent(' ').convert(toJson());