stringValue property

String? stringValue
getter/setter pair

A UTF-8 encoded string value.

When exclude_from_indexes is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.

Implementation

core.String? stringValue;