Collects elements into a List of double.
double
final list = DoubleStream.of([1.5, 2.5, 3.5]).toList();
List<double> toList();