RxList<T> constructor

RxList<T>(
  1. List<T> seed
)

Implementation

RxList(super.seed);