properties property

List<Property>? properties
getter/setter pair

Some entities may have optional user-supplied Property (name/value) fields, such a score or string that qualifies the entity.

Implementation

core.List<Property>? properties;