trimmedText property Null safety

String trimmedText
final

The comment text without the start, end, and padding text.

For example, if text is /** Comment text. */ then the trimmedText is Comment text..

Implementation

* is [: Comment text. :].
 */
final String trimmedText;