menu
Flutter
expect
Func1<
T
,
A
> typedef
Func1
brightness_4
brightness_5
Func1<
T
,
A
>
typedef
Func1
<
T
,
A
> =
T Function
(
[
A
a
]
)
Implementation
typedef Func1<T, A> = T Function([A a]);
Flutter
expect
Func1<
T
,
A
> typedef
expect library