toListConverted<R> method
Converts this iterable to a list of type R using convert_object logic.
Implementation
List<R> toListConverted<R>() => convertToList<R>(this);
Converts this iterable to a list of type R using convert_object logic.
List<R> toListConverted<R>() => convertToList<R>(this);