items property

Map<String, Item> get items

A mapping of all the items. The key in each entry is a unique key to the item, and the value is the item itself.

Implementation

Map<String, Item> get items => getItem('Items').cast<String, Item>();