menu
h_utils package
documentation
control_flow/predicate.dart
both<Input> function
both<Input> function
dark_mode
light_mode
both<
Input
>
function
Predicate
<
Input
>
both
<
Input
>(
Predicate
<
Input
>
a
,
Predicate
<
Input
>
b
)
Implementation
Predicate<Input> both<Input>(final Predicate<Input> a, final Predicate<Input> b) => a.and(b);
h_utils package
documentation
control_flow/predicate
both<Input> function
predicate library