values property

Iterable<V> get values

Implementation

Iterable<V> get values {
  _removeExpired();
  return _map.values;
}