P_type property

Object? P_type
getter/setter pair

The schema type of top-level JSON-LD object, e.g. ItemList.

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_type;