formatAST method

String formatAST(
  1. ASTNode node
)

Implementation

String formatAST(ASTNode node) => node.accept(this);