menu
zerothreesix_flutter package
documentation
fp/pipe.dart
Func1<A, B> typedef
Func1<A, B> typedef
dark_mode
light_mode
Func1<
A
,
B
>
typedef
Func1
<
A
,
B
> =
B Function
(
A
a
)
Implementation
typedef Func1<A, B> = B Function(A a);
zerothreesix_flutter package
documentation
fp/pipe
Func1<A, B> typedef
pipe library