toListConverted<R> method

List<R> toListConverted<R>()

Converts this iterable to a list of type R using convert_object logic.

Implementation

List<R> toListConverted<R>() => convertToList<R>(this);