values property

Iterable<T> get values

Returns the Iterable of T items kept in items.

Implementation

Iterable<T> get values => items.values;