toDoublesList method

List<double> toDoublesList()

Maps this numeric collection to a List<double>.

Implementation

List<double> toDoublesList() => toList();