toDoubles method

List<double> toDoubles()

Implementation

List<double> toDoubles() => mapToList((e) => e.toDouble());