obs property

RxSet<E> get obs

Implementation

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