cast<R> method

List<R> cast<R>()

Implementation

List<R> cast<R>() => value.cast<R>();