synonyms property

List<String>? synonyms
getter/setter pair

A collection of value synonyms.

For example, if the entity type is vegetable, and value is scallions, a synonym could be green onions. For KIND_LIST entity types: * This collection must contain exactly one synonym equal to value.

Required.

Implementation

core.List<core.String>? synonyms;