visitComment method

  1. @override
TemplateAst visitComment(
  1. CommentAst astNode, [
  2. C? _
])
override

Visits all comment ASTs.

Implementation

@override
TemplateAst visitComment(CommentAst astNode, [_]) => astNode;