menu
more package
documentation
more.dart
Curry2 extension
Curry2 extension
dark_mode
light_mode
Curry2<
T1
,
T2
,
R
>
extension
on
Map2
<
T1
,
T2
,
R
>
Properties
curry
→
Map1
<
T1
,
Map1
<
T2
,
R
>
>
Available on
Map2
<
T1
,
T2
,
R
>
, provided by the
Curry2
extension
Converts a function with 2 positional arguments into a sequence of 2 functions taking a single argument.
no setter
more package
documentation
more
Curry2 extension
more library