obs property

RxSet<E> obs

Implementation

RxSet<E> get obs {
  return RxSet<E>(<E>{})..addAll(this);
}