menu
my_utility package
documentation
test/expect.dart
Func2<T, A, B> typedef
Func2<T, A, B> typedef
dark_mode
light_mode
Func2<
T
,
A
,
B
>
typedef
Func2
<
T
,
A
,
B
> =
T Function
([
A
a
,
B
b
])
Implementation
typedef Func2<T, A, B> = T Function([A a, B b]);
my_utility package
documentation
test/expect
Func2<T, A, B> typedef
expect library