itemsMap property

Map<K, T> get itemsMap

Map of all items by key.

Implementation

Map<K, T> get itemsMap => _itemsMap;