custom property

Map<String, Object?> custom
getter/setter pair

Custom data for this object

Implementation

// MANUAL_EDIT: allow null values
Map<String, Object?> custom;