Returns a List containing the elements of this stream.
final list = GenericStream.of([1, 2, 3, 4, 5]).toList();
List<T> toList();