menu
dsalink package
documentation
utils.dart
TwoTaker<A, B> typedef
TwoTaker<A, B> typedef
dark_mode
light_mode
TwoTaker<
A
,
B
>
typedef
TwoTaker
<
A
,
B
> =
dynamic Function
(
A
a
,
B
b
)
Implementation
typedef TwoTaker<A, B>(A a, B b);
dsalink package
documentation
utils
TwoTaker<A, B> typedef
dsalink.utils library