flatItems property

List<T> get flatItems

List of all items (flattened).

Implementation

List<T> get flatItems => _itemsMap.values.toList();