documentationComment property Null safety
Return the documentation comment associated with this node, or null
if
this node does not have a documentation comment associated with it.
Implementation
Comment? get documentationComment;
@Deprecated('Clients should not build AST manually')
Set the documentation comment associated with this node to the given
comment
.
Implementation
@Deprecated('Clients should not build AST manually')
set documentationComment(Comment? comment);