documentationComment property

String? get documentationComment

The content of the documentation comment (including delimiters) for this element or fragment.

If the receiver is an element that has fragments, the comment will be a concatenation of the comments from all of the fragments.

Returns null if the receiver doesn't have documentation.

Implementation

String? get documentationComment;