P_context property

Object? P_context
getter/setter pair

The local context applicable for the response.

See more details at http://www.w3.org/TR/json-ld/#context-definitions.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Object? P_context;