addComment method
Implementation
@preferInline
void addComment(void Function(Comment node) listener) {
nodeLintRegistry.addComment(name, listener);
}
@preferInline
void addComment(void Function(Comment node) listener) {
nodeLintRegistry.addComment(name, listener);
}