isDocComment property Null safety
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;