menu
matcher package
documentation
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]);
matcher package
documentation
expect
Func2<T, A, B> typedef
expect library