keys property

Iterable<K> get keys

Implementation

Iterable<K> get keys {
  RxTracking.track(this);
  return value.keys;
}