menu
hetu_script package
documentation
formatter/formatter.dart
HTFormatter
formatAST method
formatAST method
dark_mode
light_mode
formatAST
method
String
formatAST
(
ASTNode
node
)
Implementation
String formatAST(ASTNode node) => node.accept(this);
hetu_script package
documentation
formatter/formatter
HTFormatter
formatAST method
HTFormatter class