keys property

  1. @override
Iterable<K> keys
override

The keys of this.

Implementation

@override
Iterable<K> get keys {
  return _map.keys;
}