items property

Map<K, VisibilityInfo> items

The items with their visibility.

Implementation

Map<K, VisibilityInfo> get items => _items;