menu
rush_sdk package
documentation
util/list.dart
Where<E> typedef
Where<E> typedef
dark_mode
light_mode
Where<
E
>
typedef
Where
<
E
> =
bool
Function
(
E
element
)
Implementation
typedef Where<E> = bool Function(E element);
rush_sdk package
documentation
util/list
Where<E> typedef
list library