RxObsList<E> constructor
- List<
E> initial = const []
Creates a new list with the provided initial
values.
Implementation
RxObsList([List<E> initial = const []]) : _value = ObsList<E>.from(initial);
Creates a new list with the provided initial
values.
RxObsList([List<E> initial = const []]) : _value = ObsList<E>.from(initial);