curry property

HigherFn2<R, T0, T1> get curry

Implementation

HigherFn2<R, T0, T1> get curry => toCurry2(this);