RxList<E> constructor
RxList<E> ([
- List<
E> initial = const []
Implementation
RxList([List<E> initial = const []]) {
_value = List.from(initial);
}
RxList([List<E> initial = const []]) {
_value = List.from(initial);
}