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