menu
h_utils package
documentation
control_flow/predicate.dart
never<Input> function
never<Input> function
dark_mode
light_mode
never<
Input
>
function
Predicate
<
Input
>
never
<
Input
>(
)
Implementation
Predicate<Input> never<Input>() => (i) => false;
h_utils package
documentation
control_flow/predicate
never<Input> function
predicate library