obs property

RxSet<E> get obs

Implementation

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