toList method

List<E> toList()

Implementation

List<E> toList() => _iterable.toList();