composite property

RxCompositeList<E> composite

Create a composite version of this RxList

Implementation

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