obs property

RxMap<K, V> obs

Implementation

RxMap<K, V> get obs {
  return RxMap<K, V>(this);
}