menu
bones_ui package
documentation
bones_ui_test.dart
JSArrayOfJSNumberExtension
toListDouble method
toListDouble method
dark_mode
light_mode
toListDouble
method
List
<
double
>
toListDouble
(
)
Implementation
List<double> toListDouble() => toDart.map((e) => e.toDartDouble).toList();
bones_ui package
documentation
bones_ui_test
JSArrayOfJSNumberExtension
toListDouble method
JSArrayOfJSNumberExtension extension on
JSArray
<
JSNumber
>