menu
memoize package
documentation
function_defs.dart
Func2<A, B, R> typedef
Func2<A, B, R> typedef
dark_mode
light_mode
Func2<
A
,
B
,
R
>
typedef
Func2
<
A
,
B
,
R
> =
R Function
(
A
a
,
B
b
)
Implementation
typedef R Func2<A, B, R>(A a, B b);
memoize package
documentation
function_defs
Func2<A, B, R> typedef
function_defs library