composite property

RxCompositeSet<E> composite

Create a composite version of this RxSet

Implementation

// ignore: invalid_use_of_protected_member
RxCompositeSet<E> get composite => RxCompositeSet<E>(unregisteredValue);