composite property

RxCompositeMap<K, V> composite

Create a composite version of this RxList

Implementation

// ignore: invalid_use_of_protected_member
RxCompositeMap<K, V> get composite => RxCompositeMap<K, V>(unregisteredValue);