text property

String? text
getter/setter pair

The content of the comment, i.e. review body.

In some cases users have been able to write a review with separate title and body; in those cases the title and body are concatenated and separated by a tab character.

Implementation

core.String? text;