all method

List<T> all()

Gets all items in the collection.

Implementation

List<T> all() => _items.values.toList();