content property

String? content
getter/setter pair

The plain text content of the comment.

This field is used for setting the content, while htmlContent should be displayed.

Implementation

core.String? content;