RxObsList<E>.empty constructor
- bool growable = false,
Creates an empty list.
Implementation
factory RxObsList.empty({bool growable = false}) =>
RxObsList(List<E>.empty(growable: growable));
Creates an empty list.
factory RxObsList.empty({bool growable = false}) =>
RxObsList(List<E>.empty(growable: growable));