documentationComment property Null safety
Return the documentation comment associated with this parameter, or null
if this parameter 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 parameter to the given
comment
.
Implementation
@Deprecated('Clients should not build AST manually')
set documentationComment(Comment? comment);