cast<R> method

view source

List<R> cast <R>() override

Implementation

List<R> cast<R>() => UnmodifiableListView(_source.cast<R>());