cast<R> method

ObservableList<R> cast<R>()

Implementation

ObservableList<R> cast<R>() => ObservableList(initialData: _list.cast());