RxList<E> constructor

RxList<E>([
  1. List<E> initial = const []
])

Implementation

RxList([super.initial = const []]);