menu
animated_tree_view package
documentation
helpers/collection_utils.dart
CollectionExtension<T>
castToListOf<S> method
castToListOf<S> method
dark_mode
light_mode
castToListOf<
S
>
method
List
<
S
>
castToListOf
<
S
>(
)
Implementation
List<S> castToListOf<S>() => map((e) => e as S?).filterNotNull();
animated_tree_view package
documentation
helpers/collection_utils
CollectionExtension<T>
castToListOf<S> method
CollectionExtension extension on
Iterable
<
T?
>