menu
matcher package
documentation
expect.dart
Func1<T, A> typedef
Func1<T, A> typedef
dark_mode
light_mode
Func1<
T
,
A
>
typedef
Func1
<
T
,
A
> =
T Function
([
A
a
])
Implementation
typedef Func1<T, A> = T Function([A a]);
matcher package
documentation
expect
Func1<T, A> typedef
expect library