toList method

List<O> toList()

Implementation

List<O> toList() => toIterable().toList();