RxList<T> constructor

RxList<T>([
  1. List<T> value = const []
])

Implementation

RxList([List<T> value = const []]) : super(value);