prettyPrint method

String prettyPrint()

Implementation

String prettyPrint() {
  JsonEncoder encoder = new JsonEncoder.withIndent('  ');
  return encoder.convert(this);
}