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