cast<R> method

view source

List<R> cast <R>() inherited

Implementation

List<R> cast<R>() => List.castFrom<E, R>(this);