trimmedText property Null safety
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;