cast<R> method

List<R> cast <R>()

Implementation

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