contexts property

ObjectContexts? contexts
getter/setter pair

User-defined or system-defined object contexts.

Each object context is a key-payload pair, where the key provides the identification and the payload holds the associated value and additional metadata.

Implementation

ObjectContexts? contexts;