menu
bones_ui package
documentation
bones_ui_test.dart
JSArrayExtension
toListOfInt method
toListOfInt method
dark_mode
light_mode
toListOfInt
method
List
<
int
>
toListOfInt
(
)
Implementation
List<int> toListOfInt() => toDart.map((e) => e.dartify()).whereType<int>().toList();
bones_ui package
documentation
bones_ui_test
JSArrayExtension
toListOfInt method
JSArrayExtension extension on
JSArray
<
JSAny
?
>