isDocComment property Null safety

bool isDocComment
final

Is true if this comment is a documentation comment.

That is, that the comment is either enclosed in /** ... */ or starts with ///.

Implementation

* with [: /// :].
 */
final bool isDocComment;