commentReference abstract method
Returns a newly created reference to a Dart element. The newKeyword
can be null
if the reference is not to a constructor.
Implementation
CommentReference commentReference(
Token? newKeyword, CommentReferableExpression expression);