RxList<E> constructor
RxList<E> ([
- List<
E> ? initial
Implementation
RxList([List<E>? initial]) : super(initial ?? <E>[]);
RxList([List<E>? initial]) : super(initial ?? <E>[]);