menu
typedef package
documentation
predicate.dart
Predicate<T> typedef
Predicate<T> typedef
dark_mode
light_mode
Predicate<
T
>
typedef
Predicate
<
T
> =
bool
Function
(
T
t
)
Implementation
typedef Predicate<T> = bool Function(T t);
typedef package
documentation
predicate
Predicate<T> typedef
predicate library