items property

Map<T, bool> items
final

All items in the list. Assumes each item is unique.

Implementation

final Map<T, bool> items;