properties property

Map<String, String?>? properties
getter/setter pair

A collection of arbitrary key-value pairs which are visible to all apps. Entries with null values are cleared in update and copy requests.

Implementation

core.Map<core.String, core.String?>? properties;