values property

Iterable<V> get values

Implementation

Iterable<V> get values {
  throwIfDisposed('get values');
  return value.values;
}