value property

String? value
getter/setter pair

Data representation of the segment of the file being commented on.

In the case of a text file for example, this would be the actual text that the comment is about.

Implementation

core.String? value;