items property

Map<K, VisibilityInfo> get items

The items with their visibility.

Implementation

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