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