keys property

Iterable<K> keys

Returns an Iterable of the map keys.

Implementation

Iterable<K> get keys {
  return _m.keys;
}