items property

Map<String, InventoryItem>? items
getter/setter pair

Inventory items related to the VM keyed by an opaque unique identifier for each inventory item.

The identifier is unique to each distinct and addressable inventory item and will change, when there is a new package version.

Output only.

Implementation

core.Map<core.String, InventoryItem>? items;