menu
hetu_script package
documentation
formatter/formatter.dart
HTFormatter
visitComment method
visitComment method
dark_mode
light_mode
visitComment
method
@
override
String
visitComment
(
ASTComment
node
)
override
Implementation
@override String visitComment(ASTComment node) { return node.content; }
hetu_script package
documentation
formatter/formatter
HTFormatter
visitComment method
HTFormatter class