isDocComment property
Is true if this comment is a documentation comment.
That is, that the comment is either enclosed in /** ... */ or
starts with ///.
Implementation
final bool isDocComment;
Is true if this comment is a documentation comment.
That is, that the comment is either enclosed in /** ... */ or
starts with ///.
final bool isDocComment;