asRx method

RxList<T> asRx()

Convert a List to RxList.

Implementation

RxList<T> asRx() => RxList.of<T>(this);