value property

String? value
getter/setter pair

The primary value associated with this entity entry.

For example, if the entity type is vegetable, the value could be scallions. For KIND_MAP entity types: * A reference value to be used in place of synonyms. For KIND_LIST entity types: * A string that can contain references to other entity types (with or without aliases).

Required.

Implementation

core.String? value;