visitComment method

void visitComment(
  1. Comment node
)

Implementation

void visitComment(Comment node) => visitNodeFallback(node);