RxList<E> constructor
RxList<E> ()
Create a list. Behaves similar to List<int>([int length])
Implementation
RxList() : _inner = <E>[];
Create a list. Behaves similar to List<int>([int length])
RxList() : _inner = <E>[];