toListDouble method

List<double> toListDouble()

Implementation

List<double> toListDouble() => toDart.map((e) => e.toDartDouble).toList();