retype<R> method

List<R> retype <R>()

Implementation

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